[infinispan-issues] [JBoss JIRA] (ISPN-9366) Cache.size optimizations

Tristan Tarrant (JIRA) issues at jboss.org
Mon Sep 17 02:48:03 EDT 2018


     [ https://issues.jboss.org/browse/ISPN-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant updated ISPN-9366:
----------------------------------
    Sprint: Sprint 9.4.0.CR1, Sprint 9.4.0.CR3, Sprint 9.4.0.Final  (was: Sprint 9.4.0.CR1, Sprint 9.4.0.CR3)


> Cache.size optimizations
> ------------------------
>
>                 Key: ISPN-9366
>                 URL: https://issues.jboss.org/browse/ISPN-9366
>             Project: Infinispan
>          Issue Type: Enhancement
>            Reporter: William Burns
>            Assignee: William Burns
>             Fix For: 9.4.0.Final
>
>
> Now that we have a segmented data container and segmented store we can add optimizations for the Cache.size operation in various configurations.
> If a store is configured, passivation must be disabled for any of these optimizations related to stores to work
> # Shared store can just invoke Store.size
> # No store & no expired entries can invoke DataContainer.sizeIncludingExpired(IntSet)
> # Non shared store can invoke Store.size(IntSet)



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list