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
Is your feature request related to a problem? Please describe.
Referring to #45 , this thread processes the following question:
Measuring write amplification.
Describe the solution you'd like
Writes different size of data in different number of keys to measure the amplification scale.
Describe alternatives you've considered
Additional context
We are using lmdb as storage engine. Will measure different engines to collect data and to compare.
The text was updated successfully, but these errors were encountered:
Preliminary tests indicates that storage usage is quite stable. Write amplification is at 1x level.
LMDB is a Copy-On-Write, B+ tree based storage engine. So the write amplification is quite stable (write size + log of data key size).
Is your feature request related to a problem? Please describe.
Referring to #45 , this thread processes the following question:
Measuring write amplification.
Describe the solution you'd like
Writes different size of data in different number of keys to measure the amplification scale.
Describe alternatives you've considered
Additional context
We are using lmdb as storage engine. Will measure different engines to collect data and to compare.
The text was updated successfully, but these errors were encountered: