From: | Rodrigo Barboza <rodrigombufrj(at)gmail(dot)com> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: pg_stat_tmp file |
Date: | 2013-05-06 11:37:28 |
Message-ID: | CANs8QJaBtEoZvLh_rdyD4jTKi32r_yJkPzg4ewuQCGWQ8i4c_w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Mon, May 6, 2013 at 7:32 AM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> On Fri, May 3, 2013 at 5:09 PM, Rodrigo Barboza <rodrigombufrj(at)gmail(dot)com>
> wrote:
> > Hi, guys.
> > Postgres doc says it is better to place the pgstat.stat file in ram disk.
> > And it says that at shutdown, it is copied to global.
> > What happens if postgres do not shutdown the usual way?
> > If machine loses power, for example...
>
> PostgreSQL always discards the statistics file on an unclean shutdown,
> such as a powerloss, regardless of where it's stored. Therefor, it's
> not a problem that it's stored on a ramdrive. This is because it
> cannot be guaranteed to be consistent in that case.
>
>
> --
> Magnus Hagander
> Me: http://www.hagander.net/
> Work: http://www.redpill-linpro.com/
>
Ok, thanks!!
From | Date | Subject | |
---|---|---|---|
Next Message | Craig James | 2013-05-06 18:15:09 | top posting? |
Previous Message | Magnus Hagander | 2013-05-06 10:32:53 | Re: pg_stat_tmp file |