ankitsultana commented on PR #14300:
URL: https://github.com/apache/pinot/pull/14300#issuecomment-2436438032

   @vvivekiyer : the idea is quite interesting and the value add I see here is:
   
   * We can increase concurrency for segment refresh thereby reducing the total 
time to reload all segments
   * Deepstore link can be updated with the new segment
   * Possible perf improvements due to less work done in servers, but I guess 
we need to test this out.
   
   > This is particularly exacerbated for Upsert tables
   
   But for Upserts I think one of the biggest cost is recomputing the 
validDocId map, so for Upsert tables we won't see any specific benefits right? 
(outside of the ones which are applicable for Realtime tables too).


-- 
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