Re: Performance in subconsult - Mailing list pgsql-general

From postgresql@fruru.com
Subject Re: Performance in subconsult
Date
Msg-id Pine.LNX.4.44.0203261829150.6011-100000@perycles.unix.be.EU.org
Whole thread Raw
In response to Performance in subconsult  (Sonia Sanchez Diaz <sonny@piaget.dgsca.unam.mx>)
Responses Re: Performance in subconsult  (Sonia Sanchez Diaz <sonny@piaget.dgsca.unam.mx>)
List pgsql-general
On Tue, 26 Mar 2002, Sonia Sanchez Diaz wrote:

> psql# select * from table1 t1 where not exists (select * from table2 t2
> where t2.id = t1.id);
>
> The execution of this uses more than 90% of my CPU performance and the
> answer is slow...

Hi,

do you use any indexes on these tables (especially table2.t2) ?

How large are these tables ?

Cheers
Tycho

--
Tycho Fruru            tycho.fruru@conostix.com
Users' impressions of different operating systems, expressed as emoticons:
Linux:   :)
Windows: XP



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Altering a CHAR(4) column CHAR(5) changing pg_attribute
Next
From: Sonia Sanchez Diaz
Date:
Subject: Re: Performance in subconsult