Re: Multiple Indexing, performance impact
От | Tom Lane |
---|---|
Тема | Re: Multiple Indexing, performance impact |
Дата | |
Msg-id | 5615.993240593@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Multiple Indexing, performance impact (Daniel Åkerud <zilch@home.se>) |
Список | pgsql-general |
=?iso-8859-1?Q?Daniel_=C5kerud?= <zilch@home.se> writes: > I did a ps ax | postmaster but found no -B, and concluded that it uses the > value specified in /etc/postgrelsql/postgresql.conf on shared_buffers (I > saw -B was shared buffer doing a man postmaster). I'll change this to 256 > and rerun the test! > Will post the results here later. Please tell if this was a too puny > increase! That should be enough to see if there's a performance change, but for future reference, yes you should go higher. On modern machines with many megs of RAM, you should probably be using -B on the order of a few thousand, at least for production installations. The reason the default is so low is that we hope the system will still be able to fire up on machines where the kernel enforces a SHMMAX limit of only a meg or so. This hope is possibly in vain anymore anyway, since the system's non-buffer shared-memory usage keeps creeping up; I think 7.1 is well past 1MB shmem even with 64 buffers... regards, tom lane
В списке pgsql-general по дате отправления: