Replies: 4 comments
-
Yes, it will require quite a lot of memory by design. An empty EclipseStore instance requires just some few MB memory. The more important part are the management data required for each persisted object instance. |
Beta Was this translation helpful? Give feedback.
-
Can I shut down to free up memory after use? |
Beta Was this translation helpful? Give feedback.
-
Or is there a way to directly release all registered instances? |
Beta Was this translation helpful? Give feedback.
-
You can use Lazy Loading and Lazy Collections. This will load and unload data as required. However, if you use this in an uncareful way, it could get rather slow due to a lot of loading and unloading of data. |
Beta Was this translation helpful? Give feedback.
-
May I ask if starting Embedded Storage Manager without shutting it down and with hundreds of thousands of data, would it consume a lot of memory?
Beta Was this translation helpful? Give feedback.
All reactions