Re: Performance in subconsult

From: postgresql(at)fruru(dot)com
To: Sonia Sanchez Diaz <sonny(at)piaget(dot)dgsca(dot)unam(dot)mx>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Performance in subconsult
Date: 2002-03-26 17:30:08
Message-ID: Pine.LNX.4.44.0203261829150.6011-100000@perycles.unix.be.EU.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)fruru(at)conostix(dot)com
Users' impressions of different operating systems, expressed as emoticons:
Linux: :)
Windows: XP

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2002-03-26 17:34:46 Re: Performance in subconsult
Previous Message Tom Lane 2002-03-26 17:29:07 Re: Altering a CHAR(4) column CHAR(5) changing pg_attribute