IntersectMBO / lsm-tree

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

Add assertions/checks that keys can be no larger than the disk page size #304

Open jorisdral opened 1 month ago

jorisdral commented 1 month ago

I am unsure if we are currently checking/asserting this anywhere in the code.