]
Dan Berindei updated ISPN-5517:
-------------------------------
Fix Version/s: 8.2.0.CR1
(was: 8.2.0.Beta1)
JDBCBinaryStore size method should query count directly instead of
iterating
----------------------------------------------------------------------------
Key: ISPN-5517
URL:
https://issues.jboss.org/browse/ISPN-5517
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Reporter: William Burns
Assignee: Ryan Emerson
Fix For: 8.0.0.CR1, 8.2.0.CR1
JDBCBinaryStore size method iterates upon all of the rows in the database. We should
instead use the getCountRowsSql from the table manipulation just like
JDBCStringBasedStore.