-
Notifications
You must be signed in to change notification settings - Fork 872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Significant performance degradation on a server with big RAM #5352
Comments
Forgot to mention timings also for db creaton: it depends but commonly it also took >1 min to create just empty database. |
Hi, |
Andrey, Not sure that I understood your explanation... But let me mention that runtime working with schema (creation/deletion of classes and properties) is common use case for Orienteer. Aaa.... Just checked performance of classes/properties creation: it takes about 3 sec in avg. That's crazy... |
I think I have solution for you. |
Andrey, |
Sure, let's do it on Monday. On Fri, Nov 20, 2015 at 7:48 PM Ilia Naryzhny notifications@github.com
twitter:@Andrey_Lomakin linkedin:https://ua.linkedin.com/in/andreylomakin |
Any feedback on this? |
We agreed with Iya to work on this right after 2.2 On Fri, Dec 4, 2015 at 11:38 AM Luca Garulli notifications@github.com
twitter:@Andrey_Lomakin linkedin:https://ua.linkedin.com/in/andreylomakin |
HI, |
Should I make some configuration changes? According to diff there are some config properties... |
Hi Ilia, On Fri, Dec 25, 2015 at 11:06 PM Ilia Naryzhny notifications@github.com
twitter:@Andrey_Lomakin linkedin:https://ua.linkedin.com/in/andreylomakin |
Ilya, any updates on this issue ? |
Not yet - sorry. Pretty hard to "bring" SNAPSHOT version (which is not compatible with latest Orienteer for now) to production. |
Still no ability to test on prod for 2.2-SNAPSHOT. But there is significant degradation of this issue in 2.1.13 (probably introduced somewhere here: 2.1.10-2.1.13). If before it took ~20 sec for schema update - now it can take up to 2 minutes(!!!) for simple update like adding new class. |
@PhantomYdn could you profile such update and send us yourkit snapshot if possible ? I do not think that issues are related , so would be good to send to me for example by email. |
During class creation it hanging here:
And then a catched:
During property creation:
Looks realy strange... It's unclear: is it just one call for random file access or there multiple invocations. But so drastical degradation was not here before. |
Well it is clear for me, and already fixed in issue which we discuss now On Tue, Mar 22, 2016 at 7:23 PM Ilia Naryzhny notifications@github.com
twitter:@Andrey_Lomakin linkedin:https://ua.linkedin.com/in/andreylomakin |
That's great:) Thanks! But when we will have some fix? In 2.2 or 2.1.14? And as I said, things became worsen in latest 2.1.X fixes... Any workaround for 2.1? |
Well sorry we do not provide radical changes in design of underlying engine On Wed, Mar 23, 2016 at 11:02 AM Ilia Naryzhny notifications@github.com
twitter:@Andrey_Lomakin linkedin:https://ua.linkedin.com/in/andreylomakin |
So the fix is in 2.2, right? Scott |
Yes, exactly. |
@PhantomYdn Did you have a chance to try it on 2.2 rc1 ? |
Close issue because of no reply. If you reproduce given issue and have information which is requested in issue feel free to reopen it. |
Was not able to mobe due to #6157 . Will be able to say something after full transion |
Guys,
We got a server with 128Gb RAM and 32 CPUs. But OrientDB is running even slower than on 1 CPU/1Gb account on digital ocean. The mostly it's observable during db startup: it's doing something for a couple of minutes (vs. few minutes on small environment). According to thread dump it's freezing here:
It's interesting, but JVM instance limited just be few Gb.
Any ideas?
The text was updated successfully, but these errors were encountered: