-
Notifications
You must be signed in to change notification settings - Fork 4
Truncating Subscribable Key Design Measurements #24
Open
Labels
Description
The KV and Object collection types can possibly support subscription by appending the mutation txid's to the key bytes on write, and on read picking the largest, and on subscription walking in order. This doesn't matter for log. This is incompatible with any mutations that rely on rocksdb merge operators, like eventual histogram collections.
- measure read performance degradation from rocksdb when this is performed