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


   I agree we should have both cluster config and table config override for 
retention time, but we also want to give user the flexibility to delete the 
segment immediately without moving to a deleted folder through the rest API 
(note that for some cloud storage, `move` is not supported, and it is 
implemented as `copy` then `delete` which can be super expensive).
   
   Some scenarios I can think of:
   - User pushed a bad segment (or several) and want to delete it
   - User wants to delete a table they no longer need


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