]
Ryan Emerson closed ISPN-5712.
------------------------------
Fix Version/s: 9.0.0.Beta2
(was: 9.0.0.CR2)
Assignee: Ryan Emerson
Resolution: Out of Date
Out of date due to
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
Assignee: Ryan Emerson
Fix For: 9.0.0.Beta2
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.