Re: SQL Tuning

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: SQL Tuning
Дата
Msg-id Pine.LNX.4.33.0211110917160.22734-100000@css120.ihs.com
обсуждение исходный текст
Ответ на SQL Tuning  (Murali Mohan Kasetty <kasetty@india.hp.com>)
Список pgsql-general
On Mon, 11 Nov 2002, Murali Mohan Kasetty wrote:

> Hi All,
>
>     Is there any tool available for tuning sql statements for
> PostgreySQl.
>
> Any pointers or help would be greatly appreciated.

The most important tool for tuning SQL queries is your mind.  :-)

the next most important tool is the documentation.  Take a look here:

http://developer.postgresql.org/docs/postgres/performance-tips.html

And the other important tool are the 'explain' and 'explain analyze'
commands.



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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Stale Process
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Win2K Questions