Re: New statistics for WAL buffer dirty writes

Поиск
Список
Период
Сортировка
От Euler Taveira
Тема Re: New statistics for WAL buffer dirty writes
Дата
Msg-id 4FF8349B.4080507@timbira.com
обсуждение исходный текст
Ответ на New statistics for WAL buffer dirty writes  (Satoshi Nagayasu <snaga@uptime.jp>)
Ответы Re: New statistics for WAL buffer dirty writes
Re: New statistics for WAL buffer dirty writes
Список pgsql-hackers
On 07-07-2012 09:00, Satoshi Nagayasu wrote:
> I've created new patch to get/reset statistics of WAL buffer
> writes (flushes) caused by WAL buffer full.
> 
This new statistic doesn't solve your problem (tune wal_buffers). It doesn't
give you the wal_buffers value. It only says "hey, I needed more buffers so I
write those dirty ones". It doesn't say how many. I would like to have
something that says "hey, you have 1000 buffers available and  you are using
100 buffers (10%)". This new statistic is only useful for decreasing the
WALWriteLock contention.


--   Euler Taveira de Oliveira - Timbira       http://www.timbira.com.br/  PostgreSQL: Consultoria, Desenvolvimento,
Suporte24x7 e Treinamento
 


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: enhanced error fields
Следующее
От: Satoshi Nagayasu
Дата:
Сообщение: Re: New statistics for WAL buffer dirty writes