citus_docs
citus_docs copied to clipboard
Add upserts example in realtime use-case guide
It has some fancy insert…select statements, but no upserts. We want to show people how those can work for dealing with delayed data.
https://docs.citusdata.com/en/v7.1/use_case_guide/real_time_dashboards.html
This does look like it's still a valid issue. There are no ON CONFLICT clauses in the real-time use case guide. https://docs.citusdata.com/en/v7.3/use_case_guide/real_time_dashboards.html
We have this part now - http://docs.citusdata.com/en/v8.1/develop/reference_dml.html#from-select-clause-distributed-rollups
Is that enough, or should we include this kind of thing in the RT use case?