Replies: 2 comments
-
@fh-ms @hg-ms , Could you give some suggestions? Thank you ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you using blob storage for your data? We had the same issue because the housekeeping is not working in blobs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used the following code. EclipseStroe 1.2.0, Java 21, linux ubuntu 20. the springboot starts become slower as the EclipseStroe file becomes bigger. the startup time is about 3-5min now. I only calls openByPathWithEclipseStore 3 times for I have 3 different DataRoot, the data size is about 500M , 134M, 400M. Do we have some ways to speed up the programs startup
My logs show that the openByPathWithEclipseStore method consumes the most startup time
@fh-ms @hg-ms , Could you give some suggestions? Thank you in advance!
` public EmbeddedStorageManager openByPathWithEclipseStore(String graphDbPath)
{
var builder = EmbeddedStorageConfiguration.Builder();
builder.setHousekeepingAdaptive(true);
}`
Beta Was this translation helpful? Give feedback.
All reactions