fx19880617 commented on issue #6606: URL: https://github.com/apache/incubator-pinot/issues/6606#issuecomment-786259807
This is just one example of usage. Segment name convention is used for single segment replacement, for batch replace, the segment name should be different though. Another example could be replacing segments with given partitions for a time range. For debugging purposes. we can send a query to find out how many segments per day for a pinot table, which will be helpful to debug potential data missing for large data bootstrap. > I think that should be done by enforcing the segment name convention and time alignment. In order to replace segments, all the records must match the filter. > For replacing with time range, @snleee 's design doc covers the algorithm if segments are not strictly time aligned. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
