Re: Postgres performance

Поиск
Список
Период
Сортировка
От Andy Colson
Тема Re: Postgres performance
Дата
Msg-id 4AC0C405.2070801@squeakycode.net
обсуждение исходный текст
Ответы Re: Postgres performance
Список pgsql-performance
std pik wrote:
> Hi all..
> please, how can i tune postgres performance?
>
> Thanks.

Thats a very generic question.  Here are some generic answers:

You can tune the hardware underneath.  Faster hardware = faster pg.

You can tune the memory usage, and other postgres.conf setting to match
your hardware.  See the online manuals.

You can tune a single slow query, use explain analyze.

-Andy

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: LIMIT confuses the planner (again)
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: PG 8.3 and large shared buffer settings