klsince commented on issue #15061:
URL: https://github.com/apache/pinot/issues/15061#issuecomment-2657857681

   The related doc was added in the upsert page 
https://docs.pinot.apache.org/basics/data-import/upsert#data-consistency-when-queries-and-upserts-happen-concurrently
   
   Not particularly made for solve this bottleneck, but the ‘snapshot’ mode may 
help here, as IIRC the query could reuse the bitmap copies as tracked by the 
snapshot view w/o doing clone.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to