Are PG replicas updated atomically following the same transactions boundaries as the source DB ? For example, if 2 rows from a named table are updated atomically (with a transaction) in the source DB, is there a guarantee that both changes will be done atomically in a replica, or is there a time window where only one changed row could be visible in the replica ?
- PG replicas and transactions atomicity Louis Laborde
- Re: PG replicas and transactions atomicity Christophe Pettus
- Re: PG replicas and transactions atomicity Ron
- Re: PG replicas and transactions atomicity Christophe Pettus
- Re: PG replicas and transactions atomic... Christophe Pettus