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


   @mcvsubbu We want to support all 3 approaches, and each of them has their 
own pros/cons
   
   - Force download: Big hammer solution, can be used to fix corrupted segment 
on server, but costly
   - Local cleanup: Cheap, align with the current way of adding/removing 
indexes on-the-fly when server loads the segment. We don't remove the index 
right now only because V3 format does not support it. This issue ticket is 
trying to resolve that.
   - Minion cleanup: Powerful, can perform operations that cannot be done 
locally, e.g. dictionary encoded to raw index conversion, but costly, and 
requires setting up minion instances
   
   @siddharthteotia and I have been discussing the V3 removal several times, 
but haven't got a chance to work on it


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