]
Dan Berindei updated ISPN-9843:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
RocksDBStore should not write entire MarshalledEntry as store value
-------------------------------------------------------------------
Key: ISPN-9843
URL:
https://issues.jboss.org/browse/ISPN-9843
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Affects Versions: 10.0.0.Alpha2
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.Beta1
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.