Re: checkpoint

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: checkpoint
Дата
Msg-id CAECtzeUg3yGz=yh_53sUVgynoFqs=3G5wJGbcFVFCko4AtcbCQ@mail.gmail.com
обсуждение исходный текст
Ответ на checkpoint  (Yves Dorfsman <yves@zioup.com>)
Ответы Re: checkpoint  (Yves Dorfsman <yves@zioup.com>)
Список pgsql-general
2014-07-10 20:56 GMT+02:00 Yves Dorfsman <yves@zioup.com>:

Hi,

If I run checkpoint from psql, is it applied to all the databases?

What if I do it though an API? When connecting with psycopg2, I'm forced to
specify a database name, if I use "dbname=postgres", and execute
"checkpoint;", is it applied to all the databases?


Yes. CHECKPOINT is more a cluster-wide operation, rather than a database one.


--

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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: Should I partition this table?
Следующее
От: Yves Dorfsman
Дата:
Сообщение: Re: checkpoint