[infinispan-issues] [JBoss JIRA] (ISPN-7716) JdbcStringbasedStore::size should ignore expired entries
Ryan Emerson (JIRA)
issues at jboss.org
Mon Apr 10 10:53:00 EDT 2017
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)
More information about the infinispan-issues
mailing list