While I have long moved on from PostgreSQL, I continue to follow its development. I am glad to see Citus grow from a small startup with growing pains into an important part of Microsoft.
Tag: postgresql
Setting Up Cross-Region Replication of AWS RDS for PostgreSQL
As of today AWS RDS for PostgreSQL1 does not offer cross-region replication. Short of switching to one of the RDS offerings that do support it, there is a few options to consider.
Ten Questions to Consider Before Choosing Cassandra
1. Do you know what your queries will look like ? In traditional SQL you design your data model … More
Configuring Master-Slave Replication With PostgreSQL
Having configured PostgreSQL 9.3 master/slave replication from bits and pieces of documentation on the Internet, I feel like a post … More