| От | Neil Conway |
|---|---|
| Тема | Re: my.cnf to postgresql.conf Conversion |
| Дата | |
| Msg-id | 87lm4e5a2j.fsf@mailbox.samurai.com обсуждение исходный текст |
| Ответ на | Re: my.cnf to postgresql.conf Conversion ("scott.marlowe" <scott.marlowe@ihs.com>) |
| Список | pgsql-general |
"scott.marlowe" <scott.marlowe@ihs.com> writes: > sort_mem (bigger isn't always better here. This is the amount of memory > EACH sort operation will grab when it runs, and it seems to be that it > will grab all of it whether it needs it or not, so be careful not to crank > this up. That's not correct -- sort_mem specifies the point at which a sort operation will start to swap data to disk (i.e. the memory is not consumed regardless). See the entry on SORT_MEM here for more info: http://developer.postgresql.org/docs/postgres/runtime-config.html Another parameter you might want to tweak is wal_buffers. Cheers, Neil -- Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера