-
Enhancement
-
Resolution: Done
-
Minor
-
5.10.6.Final
-
None
-
Optional PmemSlots backend for SlotStore provides a fast ObjectStore implementation for transaction logging on systems with persistent memory hardware. Requires a linux system with fs-dax (e.g. xfs or ext4) filesystem and Java 14 or later.
The SlotStore (JBTM-3276) added the abstractions for using persistent memory storage, but had implementations only for regular files. The pmem specific backend provides a pmem implementation by using the mashona library.
- is related to
-
JBTM-3276 add SlotStore ObjectStore implementation
- Closed