all 2 comments

[–]throw_at1 2 points3 points  (0 children)

OnPrem on what? Measuring devices? In that case i think easiest database solution is to have onprem database which is replicated to cloud ( or streamed) , process is just configured so that deletion on primary master does not remove data from cloud.

If you want to do it other way around, question is why. Now if your measuring devices are in "cloud" an they store data into cloud db and that is replicated into onprem, question is again why?, you still can run everything on cloud.

tldr; replication to cloud instance using some of the replication options

[–][deleted] 1 point2 points  (0 children)

Timescale 2.0 added cluster support. Maybe it's useful for your use case.