[infinispan-issues] [JBoss JIRA] (ISPN-3891) Tune for batching without transactions

Dan Berindei (JIRA) issues at jboss.org
Thu May 29 06:41:16 EDT 2014


    [ https://issues.jboss.org/browse/ISPN-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971568#comment-12971568 ] 

Dan Berindei commented on ISPN-3891:
------------------------------------

I was thinking of attacking the problem from the other angle: try to decouple Infinispan transaction support from the transaction manager. 

It should be possible to execute an implicit transaction without registering the transaction with the TM, e.g. when the user calls {{cache.get(k)}} we shouldn't talk to the TM at all.

> Tune for batching without transactions
> --------------------------------------
>
>                 Key: ISPN-3891
>                 URL: https://issues.jboss.org/browse/ISPN-3891
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Transactions
>            Reporter: Sanne Grinovero
>            Assignee: Mircea Markus
>             Fix For: 7.0.0.Beta1, 7.0.0.Final
>
>
> The usage of batching is a critically important feature, widely used to improve performance in many common scenarios, but while documentation makes it clear that it's built on transactions, it's unclear how these transactions should be configured.
> Also, I would challenge the decision of building batching on top of transactions and see if there are opportunities for further optimization.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the infinispan-issues mailing list