| От | 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?
|
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера