This message was deleted.
# general
s
This message was deleted.
a
There isn't a way to update the status for that record. You can store the events as it is and at query time, you can use the
latest
aggregator to get the
latest
status. If you do not want to retain the history of status updates, you can enable compaction on your data so only the latest entry is retained.
https://imply.io/blog/upserts-and-data-deduplication-with-druid/ - You can refer to this blog for more alternatives.