how to calculate checkpoint_segments

Поиск
Список
Период
Сортировка
От Himanshu Baweja
Тема how to calculate checkpoint_segments
Дата
Msg-id 20050511153625.54274.qmail@web51010.mail.yahoo.com
обсуждение исходный текст
Ответы Re: how to calculate checkpoint_segments  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
i am trying to optimise postgres 8 running on a system.... is there any way to know how wht should be the value of checkpoint_segments...
 
i always keep fync = false since my server is fully reliable....
 
increasing checkpoint_segments degrade the performace while checkpointing as it will have a whole lot of dirty buffers to write.....
 
decreasing it will degrade overall performance as it will keep on doing checkpointing again and again.....
 
is there any parameters using which i can determine the value of checkpoint_segments.... like how much data my application is generating etc etc....
 
thx
Himanshu


Do you Yahoo!?
Make Yahoo! your home page

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

Предыдущее
От: "Mark Borins"
Дата:
Сообщение: Re: Disabling Triggers
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Disabling Triggers