Ryan Emerson created ISPN-7716:
----------------------------------
Summary: JdbcStringbasedStore::size should ignore expired entries
Key: ISPN-7716
URL:
https://issues.jboss.org/browse/ISPN-7716
Project: Infinispan
Issue Type: Task
Components: Loaders and Stores
Affects Versions: 9.0.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Currently we utilise `SELECT COUNT(*) FROM ...` to retrieve the number of stored enties,
whereas we should utilise `SELECT COUNT(*) FROM ... WHERE expired > some-time`
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)