[infinispan-issues] [JBoss JIRA] Created: (ISPN-329) Move coalesced logic from Unscheduled to Scheduled Write-Behind or asynchronous cache store

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Thu Jan 14 07:04:30 EST 2010


Move coalesced logic from Unscheduled to Scheduled Write-Behind or asynchronous cache store
-------------------------------------------------------------------------------------------

                 Key: ISPN-329
                 URL: https://jira.jboss.org/jira/browse/ISPN-329
             Project: Infinispan
          Issue Type: Task
          Components: Loaders and Stores
            Reporter: Galder Zamarreno
            Assignee: Galder Zamarreno
             Fix For: 4.1.0.BETA1


In the async cache store, remove coalescing of modifications from Unscheduled Write-Behind or strategy and move it to the Scheduled Write-Behind strategy.

The aim of the Unscheduled strategy is to be as fast as possible. Having to deal with coalescing changes is only going to slow it down for very little gain. Coalescing changes in an schedule strategy makes a lot more sense.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list