Re: 8.2.4 serious slowdown

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: 8.2.4 serious slowdown
Дата
Msg-id dcc563d10801101108t4c92fa4aq869cc2b2f08041cd@mail.gmail.com
обсуждение исходный текст
Ответ на Re: 8.2.4 serious slowdown  (Sim Zacks <sim@compulab.co.il>)
Ответы Re: 8.2.4 serious slowdown  ("Isak Hansen" <isak.hansen@gmail.com>)
Список pgsql-general
On Jan 10, 2008 12:33 PM, Sim Zacks <sim@compulab.co.il> wrote:
> > Perhaps a suboptimal plan is picked due to configuration issues, e.g.
> > memory constraints? Could you post your postgresql.conf as well?
>
> Below is the postgresql.conf file for 8.2.4. The server has 2 GB of RAM and it was not maxed out when I ran the
query.
> As I mentioned, I tried running both 8.0.11 and 8.2.4 on the same hardware, so that I would see if it was a
differencein the hardware or the database. 
>
> # -----------------------------
> # PostgreSQL configuration file
> # -----------------------------

> shared_buffers = 24MB# min 128kB or max_connections*16kB
That's really low.  Try setting it to something a bit more aggressive,
say 100MB to 500MB.  On a machine with 2 Gig ram, that's a pretty
reasonable range.

> #work_mem = 1MB# min 64kB
Try setting this a little higher, say 16 to 32 Megs.

В списке pgsql-general по дате отправления:

Предыдущее
От: Sim Zacks
Дата:
Сообщение: Re: 8.2.4 serious slowdown
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 8.3beta bug or feature?