]
Dan Berindei updated ISPN-5712:
-------------------------------
Fix Version/s: 8.2.0.CR1
(was: 8.2.0.Beta1)
Remove buckets from JdbcBinaryStore
-----------------------------------
Key: ISPN-5712
URL:
https://issues.jboss.org/browse/ISPN-5712
Project: Infinispan
Issue Type: Enhancement
Components: Core, Loaders and Stores
Affects Versions: 7.2.4.Final, 8.0.0.CR1
Reporter: Dan Berindei
Fix For: 8.2.0.CR1
Unlike a file system, relational databases can easily deal with millions of entries in
the same table, so there's no reason to group entries into buckets.
Some databases may not be able to index on a binary column, in which case the serialized
key will need encoding (e.g. BASE64), but grouping entries by hash code should not be
necessary.