-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
-
None
This change is currently a kludge both because of the API and because of the 32-bit limits it introduces on Bloom filter sizes.
OTOH, this is a huge win for larger LSM merges, which otherwise have to copy ~10M bits with separate calls to cursor->set_value and cursor->insert.
This change is not ready to go, but we should discuss what to do with it.