You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
the original issue is microstream-one/bookstore-demo#10, the actual write cost is very bad.
the batch mode can't be used for the actual case is that every user add one book and it needs to be stored into microstream to avoid data lost when app shutdown or machine shutdown accidentally.
Do we have any best practice when using microstream, for example StorageEntityCache.Default.setGarbageCollectionEnabled(false); or set housekeeping to 24housr/15min, then call the issueGarbageCollection explicitly at scheduled time ?
such as, only using in reading scenario, not use in writing scenario(write all thing when app starts, not write in real-time when app is running).