Re: How to run multi-processor question
| От | Ryan Mahoney |
|---|---|
| Тема | Re: How to run multi-processor question |
| Дата | |
| Msg-id | 1025107818.3948.273.camel@ryan.flowlabs.com обсуждение |
| Ответ на | How to run multi-processor question ("Johnson, Shaunn" <SJohnson6@bcbsm.com>) |
| Список | pgsql-general |
Because of the multi-process design of postgresql it will automatically take advantage of two (or more) processors if your kernel supports it. As far as submitting to a specific process, the postmaster forks a process for each connection, so each connection is getting a "fresh" process and again it is up to your kernel to handle scheduling and coordination. -r On Wed, 2002-06-26 at 10:01, Johnson, Shaunn wrote: > Howdy: > > Running Postgres 7.1.3 on RedHat Linux 7.2 kernel 2.4.7 > on an Intel box. > > We are thinking about upgrading the box and adding a > second processor. Provided that I can physically put > a second CPU in, how can I configure Postgres to > work with more than one proc, or better yet, submit jobs > to the least busiest proc. What other things should I > be aware of? > > Thanks! > > -X
В списке pgsql-general по дате отправления: