-
Enhancement
-
Resolution: Done
-
Major
-
10.0.0.Final
-
None
Currently the RocksDBStore implementation writes an entire MarshalledEntry as the db's value. This is inefficient as it means the key is stored twice. Instead, a KeyValuePair of an entries value and metadata should be stored.