Jackie-Jiang commented on issue #11379: URL: https://github.com/apache/pinot/issues/11379#issuecomment-1683006266
The ask here is basically ordering the events by the arriving sequence. The challenge is that when server starts, upsert metadata needs to be rebuilt. For consumed segments, we can use the sequence id to order the segments, but it doesn't work for uploaded segments. If there is no uploaded segments, using a dummy comparison column with all same values might work. Note that we cannot re-order the records as well, so sorted column cannot be configured. -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org