Estimating WAL volume

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Estimating WAL volume
Дата
Msg-id Pine.GSO.4.64.0707112254480.17954@westnet.com
обсуждение исходный текст
Ответы Re: Estimating WAL volume  ("Simon Riggs" <simon@2ndquadrant.com>)
Список pgsql-performance
All this talk of WAL writing lately has me wondering something I haven't
spent enough time looking at the source to figure out myself this
week...any good rules of thumb out there for estimating WAL volume?  I'm
used to just measuring it via benchmarking but it strikes me a formula
would be nice to have for pre-planning.

For example, if I have a table where a typical row is X bytes wide, and
I'm updating Y of those per second, what's the expected write rate of WAL
volume?  Some % of those writes are going to be full pages; what's
typical? How much does the number and complexity of indexes factor into
things--just add the width of the index in bytes to the size of the
record, or is it worse than that?

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

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

Предыдущее
От: Francisco Reyes
Дата:
Сообщение: Re: WALL on controller without battery?
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: bitmap-index-scan slower than normal index scan