Re: Restart time

Поиск
Список
Период
Сортировка
От Rajesh Kumar Mallah
Тема Re: Restart time
Дата
Msg-id a97c77030612052220r9450fh253f302b9b368b0d@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Restart time  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance


On 12/6/06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
"Rajesh Kumar Mallah" <mallah.rajesh@gmail.com> writes:
> Startup time of a clean shutdown database is constant. But we still
> face problem when it comes to shutting down. PostgreSQL waits
> for clients to finish gracefully. till date i have never been able to
> shutdown
> quickly (web application scenerio) and i tend to do pg_ctl -m immediate stop
> mostly.

RTFM ... you should be using -m fast not -m immediate.  -m immediate
is for emergency situations not routine.

Thanks for correcting , -m fast  works fine for me.
I shall RTFM..... :)
Regds
mallah.                        regards, tom lane

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Bad iostat numbers
Следующее
От: Joost Kraaijeveld
Дата:
Сообщение: Locking in PostgreSQL?