You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/01/26 22:40:05 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #8072: Support instant deletion

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org