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/02/03 16:54:27 UTC

[GitHub] [pinot] walterddr commented on issue #8114: Delete segments of a given time range

walterddr commented on issue #8114:
URL: https://github.com/apache/pinot/issues/8114#issuecomment-1029193460


   I think we need a more formal definition for this feature before we consider the implementation. 
   
   For example, 
   - do we only support absolutely aligned segment time boundaries? (e.g. do not touch any segment that are across the start/end timestamp)
     - if so, what happen to those that cross the start/end timestamp?
     - also what happen if data were reuploaded?
   
   also i felt like this can be achieve via a 2 step action - first query the segments by time range, and then use the delete segment endpoint.


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