Re: Maximum Possible Insert Performance?

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Maximum Possible Insert Performance?
Дата
Msg-id 3FC2F17A.5050307@persistent.co.in
обсуждение исходный текст
Ответ на Re: Maximum Possible Insert Performance?  (William Yu <wyu@talisys.com>)
Ответы Re: Maximum Possible Insert Performance?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
William Yu wrote:

> This is an intriguing thought which leads me to think about a similar
> solution for even a production server and that's a solid state drive for
> just the WAL. What's the max disk space the WAL would ever take up?
> There's quite a few 512MB/1GB/2GB solid state drives available now in
> the ~$200-$500 range and if you never hit those limits...

Maximum number of WAL segments at any time in 2*(number of checkpoint
segments)+1 IIRC.

So if you have 3 checkpoint segments, you can not have more than 7 WAL segments
at any time. Give or take 1.

Correct me if I am wrong..

  Shridhar


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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: [HACKERS] More detail on settings for pgavd?
Следующее
От: Rob Fielding
Дата:
Сообщение: Re: Where to start for performance problem?