Hacker News new | past | comments | ask | show | jobs | submit login
Evaluating high availability solutions for TimescaleDB and PostgreSQL (timescale.com)
51 points by fanf2 on Dec 19, 2018 | hide | past | favorite | 5 comments



I'm interested in solutions for pg HA that minimize data loss risk. Has anyone used Patroni's synchronous replication? How was your experience?

In that vein, this looks important to maximizing safety in the event of split brain: https://github.com/zalando/patroni/blob/master/docs/watchdog...

Patroni synchronous mode docs: https://github.com/zalando/patroni/blob/master/docs/replicat...


Any solution that also has sharding (excluding citus that is single master) ?


Hi @ddorian43, Timescale person here. I assume the question is asking more about TimescaleDB, rather than an HA solution that is shard-aware in is View management?

We're in the process of building our own scale-out clustering solution, so that the many chunks that belong to a hypertable (some users have 10,000s of such chunks per hypertable) can be spread across many servers, rather than on a single primary as currently.

( Plan is to release this coming year; you can already see some PRs hit out public github about changes for this effect: https://github.com/timescale/timescaledb/pull/904 )


That's awesome. I think this is one the major things holding back TimescaleDB. There are limits of how big you can reasonably make a Linux Server.


No I was asking about pg in general.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: