Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
mujtabachohan pointed out an "exponential" increase in update time in the size of the batch.
Indeed when I look at the code in Indexer.java I see that for each call to postPut or postDelete we do insert the entire into the local index. (So for a batch of size 10000 we'd make 10000 index updates 10000 times)
Attachments
Attachments
Issue Links
- duplicates
-
PHOENIX-3569 Deadlock when updating both of local and global index
-
- Resolved
-
- relates to
-
PHOENIX-3789 Execute cross region index maintenance calls in postBatchMutateIndispensably
-
- Resolved
-