Re: pg_stat_tmp file

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pg_stat_tmp file
Дата
Msg-id CABUevEw7jJjrV2ccHdYhnHQSq+WdF1AQvA6EyzE-e0wckzX+WA@mail.gmail.com
обсуждение исходный текст
Ответ на pg_stat_tmp file  (Rodrigo Barboza <rodrigombufrj@gmail.com>)
Ответы Re: pg_stat_tmp file
Список pgsql-admin
On Fri, May 3, 2013 at 5:09 PM, Rodrigo Barboza <rodrigombufrj@gmail.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/


В списке pgsql-admin по дате отправления:

Предыдущее
От: Nghia Truong
Дата:
Сообщение: Re: Problem: pg_hba.conf is automatically rewritten every day
Следующее
От: Rodrigo Barboza
Дата:
Сообщение: Re: pg_stat_tmp file