Re: synchronous_commit=off doesn't always return immediately
В списке pgsql-general по дате отправления:
| От | Greg Smith |
|---|---|
| Тема | Re: synchronous_commit=off doesn't always return immediately |
| Дата | |
| Msg-id | alpine.GSO.2.01.0907231215230.1656@westnet.com обсуждение |
| Ответ на | synchronous_commit=off doesn't always return immediately (tomrevam <tomer@fabrix.tv>) |
| Ответы |
Re: synchronous_commit=off doesn't always return
immediately
|
| Список | pgsql-general |
On Thu, 23 Jul 2009, tomrevam wrote: > bgwriter_delay = 20ms # 10-10000ms between rounds > bgwriter_lru_maxpages = 1000 # 0-1000 max buffers written/round > bgwriter_lru_multiplier = 5.0 # 0-10.0 multipler on buffers scanned/round These settings may be contributing to the problem. You should never run the background writer that frequently--it just wastes resources and writes more than it should. I'd suggest turning it off altogether (bgwriter_lru_maxpages = 0) and seeing if things improve any, just to rule that out as a potential source of issues. -- * Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера