]
Tristan Tarrant updated ISPN-6026:
----------------------------------
Status: Open (was: New)
Segment-aware shared cache stores
---------------------------------
Key: ISPN-6026
URL:
https://issues.jboss.org/browse/ISPN-6026
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: Tristan Tarrant
Assignee: William Burns
Shared cache stores (e.g. JDBC) should be segment-aware so that they only load the keys
they own.
Possible implementation: add a segment id column, so that the store can SELECT * FROM
table WHERE segment_id = segment
Need to think about how to reconstruct segment ids.