You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Abhishek Singh Chouhan (Jira)" <ji...@apache.org> on 2020/07/24 21:47:00 UTC

[jira] [Created] (PHOENIX-6048) Strict batching in index rebuilds

Abhishek Singh Chouhan created PHOENIX-6048:
-----------------------------------------------

             Summary: Strict batching in index rebuilds
                 Key: PHOENIX-6048
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6048
             Project: Phoenix
          Issue Type: Improvement
    Affects Versions: 4.16.0
            Reporter: Abhishek Singh Chouhan
            Assignee: Abhishek Singh Chouhan


During rebuilds we have batching limit checks between mutations of different index keys. For the cases where a single index key might end up having many mutations, we might end up sending batches that are many times larger than our expected batch size. We should also have batching checks between the mutations for a single indexKey. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)