Upcoming presentations
No upcoming presentations...
Past presentations
Cross-site Replication for Massively Parallel Postgres
Greenplum geo replication demystified
Postgres provides various alternatives for replication including logical replication, synchronous and asynchronous WAL based replication, continuous archive based recovery all of which are perfect for standalone instances with the latter two more suited when your replica is geographically remote. Greenplum is a parallel distributed shared nothing database where multiple postgres instances are c...