IntersectMBO / lsm-tree

A Haskell library for on-disk tables based on LSM-trees
Apache License 2.0
24 stars 7 forks source link

Flush write buffer when full #253

Closed mheinzel closed 2 months ago

jorisdral commented 2 months ago

We are going to use a write buffer allocation method that is defined in terms of number of entries, instead of number of bytes. We're keeping the code in this PR around in case we want to change the write buffer allocation method to byte size later, and we've opened #259 for the alternative method.