Re: Uber migrated from Postgres to MySQL - Mailing list pgsql-general

From Vik Fearing
Subject Re: Uber migrated from Postgres to MySQL
Date
Msg-id c8166989-0a43-20e2-b604-e6d286f6a2d8@2ndquadrant.fr
Whole thread Raw
In response to Re: Uber migrated from Postgres to MySQL  (Chris Travers <chris.travers@gmail.com>)
Responses Re: Uber migrated from Postgres to MySQL
List pgsql-general
On 27/07/16 18:54, Chris Travers wrote:
> Another one I think they obliquely referred to (in the subtle problems
> section) was the fact that if you have longer-running queries on the
> replica with a lot of updates, you can get funny auto-vacuum-induced
> errors (writes from autovacuum on the master can interrupt queries on
> the slave).  BTW if there is interest in what could be done for that,
> something which allows autovacuum to decide how long to wait before
> cleaning up dead tuples would be a great enhancement.

You mean something like hot_standby_feedback?

https://www.postgresql.org/docs/current/static/runtime-config-replication.html#GUC-HOT-STANDBY-FEEDBACK
--
Vik Fearing                                          +33 6 46 75 15 36
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Uber migrated from Postgres to MySQL
Next
From: Marc Fournier
Date:
Subject: Re: Uber migrated from Postgres to MySQL