]
Ryan Emerson resolved ISPN-6939.
--------------------------------
Resolution: Done
Replace the LevelDB cache store with one based on RocksDB
---------------------------------------------------------
Key: ISPN-6939
URL:
https://issues.jboss.org/browse/ISPN-6939
Project: Infinispan
Issue Type: Task
Components: Loaders and Stores
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.0.0.Final
RocksDB is a forked LevelDB that provides better performance and support. The JNI layer
is also maintained in sync with the native code.
The LevelDB implementation can be replaced with RocksDB while providing the same
configuration API.