Re: are analyze statistics synced with replication? - Mailing list pgsql-general

From Dorian Hoxha
Subject Re: are analyze statistics synced with replication?
Date
Msg-id CANsFX065Z19bYxaf3ZSyS3VE_G_wz5j5zZ0U_Qvf472B7q_OBQ@mail.gmail.com
Whole thread Raw
In response to are analyze statistics synced with replication?  (Kevin Goess <kgoess@bepress.com>)
Responses Re: are analyze statistics synced with replication?  (Kevin Goess <kgoess@bepress.com>)
List pgsql-general
If you don't do read queries on the slave than it will not have hot data/pages/rows/tables/indexes in ram like the primary ? (it smoked weed and was happy doing nothing so it was happy, but when responsibility came (being promoted to master) it failed hard)


On Thu, May 15, 2014 at 6:46 AM, Kevin Goess <kgoess@bepress.com> wrote:
We have a master/slave setup with replication.  Today we failed over to the slave and saw disk I/O go through the roof.  

Are the pg_statistic statistics synced along with streaming replication? Are you expected to have to do a vacuum analyze after failing over?  That's what we're trying now to see if it makes a difference.  Our next step will be to fall back to the first host and see where this one went wrong (society?  lax discipline at home? the wrong sort of friends?)



pgsql-general by date:

Previous
From: Khangelani Gama
Date:
Subject: Re: Correct update statement
Next
From: Adrian Klaver
Date:
Subject: Re: TODO: Expose parser support for decoding unicode escape literals to user