Jackie-Jiang commented on issue #7978:
URL: https://github.com/apache/pinot/issues/7978#issuecomment-1289366743

   Good point!
   There are some performance tradeoffs for different scope of out-of-band 
records to maintain. If we maintain them at partition level, it will be very 
similar to `IN_PARTITIONED_SUBQUERY` which requires all data on the same server 
and merging the selected ids from the segments. If we maintain them at segment 
level, we will get the best performance, but we can only support OFFLINE batch 
ingestion.


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