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

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

James Taylor created PHOENIX-2562:
-------------------------------------

             Summary: 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


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)