[infinispan-issues] [JBoss JIRA] (ISPN-5712) Remove buckets from JdbcBinaryStore
Dan Berindei (JIRA)
issues at jboss.org
Mon Aug 31 07:13:05 EDT 2015
Dan Berindei created ISPN-5712:
----------------------------------
Summary: 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: 8.0.0.CR1, 7.2.4.Final
Reporter: Dan Berindei
Fix For: 8.1.0.Final
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the infinispan-issues
mailing list