jugomezv opened a new issue, #9366:
URL: https://github.com/apache/pinot/issues/9366

   The purpose of this work is to support time-based backfill operations for 
append-tables. Currently backfills are based on segment name matching: once 
this feature is added we will be able to backfill periods of time in tables, 
regardless of whether the segment names match or not.
   
   **Requirements:**
   
   1. Provide support for time-based backfill operations for offline tables and 
completed segments for real-time tables.
   2. This feature should be compatible with Consistent Push and Segment Merge 
and Rollup. 
   3. Check that segments uploaded are within the time interval specified.
   
   **Not Supported by this work:**
   
   1. Time-based backfills of data for intervals that intersect segment 
boundaries are not supported: that is all segments to be replaced must be fully 
contained in the time interval provided.
   2. Backfill of data that span the time interval of consuming segments. What 
this means is we do not support backfill operations that overlap real time data 
that has not been turned into completed segments.
   3. Merge and rollup operations started during a backfill that could rewind 
the watermark used for merge and rollups.
   


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