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/12/26 19:29:16 UTC

[GitHub] [pinot] KKcorps commented on pull request #10035: WIP: Support delete in upserts

KKcorps commented on PR #10035:
URL: https://github.com/apache/pinot/pull/10035#issuecomment-1365399834

   > There is one corner case not handled. When a record is deleted, we might want to track its timestamp to guarantee consistency for late event. This could cause much bigger map size thus revoke the benefit of deletion. We can further discuss the tradeoffs
   
   I think we can keep that in the state for now. The current ask is to just support deleting the record afaik (i.e. to mark it as invalid). Reducing the state size can be thought of as an optimization.


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