Re: SQL Tuning - Mailing list pgsql-general

From scott.marlowe
Subject Re: SQL Tuning
Date
Msg-id Pine.LNX.4.33.0211110917160.22734-100000@css120.ihs.com
Whole thread Raw
In response to SQL Tuning  (Murali Mohan Kasetty <kasetty@india.hp.com>)
List 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 by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: Stale Process
Next
From: Tom Lane
Date:
Subject: Re: Win2K Questions