Re: getting better performance - Mailing list pgsql-performance

From Merlin Moncure
Subject Re: getting better performance
Date
Msg-id b42b73150607060826r253be9c7h1cea9826c758d6f8@mail.gmail.com
Whole thread Raw
In response to getting better performance  (Eugeny N Dzhurinsky <bofh@redwerk.com>)
List pgsql-performance
On 7/6/06, Eugeny N Dzhurinsky <bofh@redwerk.com> wrote:
> Hello!
>
> I have a postgresql server serving thousands of tables. Sometime there are
> queries which involves several tables.

> In postgresql.conf I have these settings:
>
> shared_buffers = 40000
> work_mem = 8192
> maintenance_work_mem = 16384
> max_stack_depth = 2048
>
> all other settings are left by default (except ones needed for pg_autovacuum).
>
> Is there anything I can tune to get better performance?

you may want to explore upping your FSM settings with that many tables.

Merlin

pgsql-performance by date:

Previous
From: Eugeny N Dzhurinsky
Date:
Subject: Re: getting better performance
Next
From: Scott Marlowe
Date:
Subject: Re: getting better performance