Re: Why we lost Uber as a user - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: Why we lost Uber as a user
Date
Msg-id CAMsr+YF1CSZ7cesOVWCzK5iXoiCqVkOY0mid0=PycQmRP8ZBYA@mail.gmail.com
Whole thread Raw
In response to Re: Why we lost Uber as a user  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 3 August 2016 at 05:14, Tom Lane <tgl@sss.pgh.pa.us> wrote:
 

In short, I think Uber's position that logical replication is somehow more
reliable than physical is just wishful thinking.  If anything, my money
would be on the other way around: there's a lot less mechanism that can go
wrong in physical replication.

Particularly since they aren't using row-based logical replication, but - it seems - statement based replication. We all know the problems there.
 

 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Detecting skipped data from logical slots (data silently skipped)
Next
From: Craig Ringer
Date:
Subject: Re: Way to access LSN (for each transaction) by directly talking to postgres?