| From: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
|---|---|
| To: | Murali Mohan Kasetty <kasetty(at)india(dot)hp(dot)com> |
| Cc: | <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: SQL Tuning |
| Date: | 2002-11-11 16:19:08 |
| Message-ID: | Pine.LNX.4.33.0211110917160.22734-100000@css120.ihs.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jean-Luc Lachance | 2002-11-11 16:26:15 | Re: Win2K Questions |
| Previous Message | scott.marlowe | 2002-11-11 16:08:39 | Re: Stale Process |