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

   Upsert feature allows users to update existing records in Pinot. Deletes of 
existing records, however, are currently not supported. 
   Delete can be treated as a special kind of update operation and handled in 
Pinot's realtime engine. This will open up support for ingesting Change Data 
Capture (CDC) data like Debezium where the changes from a source (typically, 
transactional) will also contain a DELETE event. 
   The challenge here would be to handle out of order events correctly in the 
presence of deletes. 
   
   Design proposal: 
[link](https://docs.google.com/document/d/19s1AHCRjmqeVa0z_djYBTAt_meg6qWcUxwRO3y-G9O4/edit#)


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