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
useryq8
changed the title
why microstream write performance is so bad?
why microstream write performance is so bad? write cost is about 100ms+--400ms+ when adding a very small object
Jan 15, 2024
This demo is optimized for read operations. If you want to achieve a high write throughput you can either segment your data or use lazy collections. See details here, and results here.
I just fork the bookstore-demo and add an api to add boot(call the microstream store), I only add the log but find that it is very slow when adding one boot. you can my project https://github.com/yqbjtu/bookstore-demo/tree/feat/write_perf_log, use the feat/write_perf_log branch, https://github.com/yqbjtu/bookstore-demo/blob/feat/write_perf_log/perf-log/perf-log.md
I used the ssd and my machine has 32G main memory, Java jdk-17.0.4
@fh-ms @hg-ms @fullben
The text was updated successfully, but these errors were encountered: