Database clusters
-
Someone asked me if I could give any advice about database clustering with PostgreSQL preferably on a Windows platform :~ It turned out hard to find a solution that was not Linux based, but I found some and added them here: database-cluster-managers[^] Now I wonder if anybody has ever used something like e.g. SymmetricDS and how it will perform with lots of SQL write and read operations.
-
Someone asked me if I could give any advice about database clustering with PostgreSQL preferably on a Windows platform :~ It turned out hard to find a solution that was not Linux based, but I found some and added them here: database-cluster-managers[^] Now I wonder if anybody has ever used something like e.g. SymmetricDS and how it will perform with lots of SQL write and read operations.
We use [Citus](https://www.citusdata.com), but on Linux. Not sure if it's what you are looking for, but it's worth a look.
-
We use [Citus](https://www.citusdata.com), but on Linux. Not sure if it's what you are looking for, but it's worth a look.
Thanks, that's a well known name, it was even acquired by Microsoft so maybe a Windows version is in the pipeline :-\