KKcorps opened a new pull request, #8674:
URL: https://github.com/apache/pinot/pull/8674

   This PR improves the performance segment removal from upsert metadata. 
Currently, we iterate upon whole state to check for matching primary keys to 
doc ids in segment. We can improve this by iterating upon valid doc ids from 
the segment instead. The valid doc are less than than the number of primary 
keys present in the metadata.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to