You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/02/04 21:47:37 UTC

[jira] [Created] (PHOENIX-1638) Avoid batched mutations via direct use of HRegion

Andrew Purtell created PHOENIX-1638:
---------------------------------------

             Summary: Avoid batched mutations via direct use of HRegion
                 Key: PHOENIX-1638
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1638
             Project: Phoenix
          Issue Type: Sub-task
            Reporter: Andrew Purtell


In some places we use HRegion directly to submit batch mutations, with HRegion#batchMutate or HRegion#mutateRowsWithLocks. We should investigate if this can be replaced with batch mutations submitted via a HTableInterface from CoprocessorHConnection#getConnectionForEnvironment



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