[JBoss JIRA] (ISPN-12008) RocksDB: remove expiration buckets
by Dan Berindei (Jira)
Dan Berindei created ISPN-12008:
-----------------------------------
Summary: RocksDB: remove expiration buckets
Key: ISPN-12008
URL: https://issues.redhat.com/browse/ISPN-12008
Project: Infinispan
Issue Type: Sub-task
Components: Loaders and Stores
Reporter: Dan Berindei
Fix For: 12.0.0.Final
The expiration DB stores keys grouped by their expiration timestamp, in milliseconds. The chances of collision are pretty low, but having expiration information grouped by timestamp requires us to read the existing "bucket" every time we store an entry with expiration information.
Changing the format of the expiration DB to {{key = <expiration timestamp> + <key bytes>, value = <nothing>}} would allow us to assume that the expiration key is unique.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (ISPN-12007) Elytron 1.12.1.Final
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-12007:
--------------------------------------
Summary: Elytron 1.12.1.Final
Key: ISPN-12007
URL: https://issues.redhat.com/browse/ISPN-12007
Project: Infinispan
Issue Type: Enhancement
Components: Build, Security
Affects Versions: 11.0.0.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 11.0.1.Final
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months