You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2016/01/04 21:48:39 UTC

[jira] [Commented] (PHOENIX-2562) Change commit call to send for batched autocommit deletes

    [ https://issues.apache.org/jira/browse/PHOENIX-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15081778#comment-15081778 ] 

Thomas D'Silva commented on PHOENIX-2562:
-----------------------------------------

+1 lgtm

> Change commit call to send for batched autocommit deletes
> ---------------------------------------------------------
>
>                 Key: PHOENIX-2562
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2562
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>            Assignee: James Taylor
>             Fix For: 4.7.0
>
>         Attachments: PHOENIX-2563.patch
>
>
> When autocommit is on, we collect and send batches of deletes to HBase. Previously a commit was done for this, but with transactions, we differentiate sending the updates from committing the transaction. The former can be batched and occur many times, while the latter needs to occur only once for the entire statement. This fixes that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)