Re: query optimisation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Abdul-wahid Paterson <aw(at)lintrix(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: query optimisation
Date: 2003-03-15 04:02:08
Message-ID: 26196.1047700928@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Abdul-wahid Paterson <aw(at)lintrix(dot)net> writes:
> ... Are there occasions when it is better to
> do the calculations outside of Postgres?

There are, but without details it's impossible to opine whether yours is
one. A "simplified" version of the query is not enough detail. Give us
the exact query, the complete schemas for the tables involved, and the
information reported by EXPLAIN ANALYZE, and then we might be able to
offer useful help.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lincoln Yeoh 2003-03-15 06:00:35 Re: type-casting and LIKE queries
Previous Message Mike Mascari 2003-03-15 01:18:24 Re: query optimisation