Antw: [SQL] query with subquery abnormally slow?

From: "Gerhard Dieringer" <DieringG(at)eba-haus(dot)de>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Antw: [SQL] query with subquery abnormally slow?
Date: 1999-11-02 06:45:31
Message-ID: s81e96a9.086@kopo001
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

>>> Oskar Liljeblad <osk(at)hem(dot)passagen(dot)se> 01.11.1999 19.47 Uhr >>>
>>I'm doing a SELECT query with a subquery on a table with 12K rows
>>but it is very slow (10 seconds+). The query looks like this:
>>
>> select *
>> from items
>> where package in
>> (select package
>> from items
>> where ...blah...
>> group by package)
>> .....

I am sorry if I am still sleeping and don't see the problem, but what is the difference between this querry and the following:

select *
from items
where ...blah...

Gerhard

Browse pgsql-sql by date

  From Date Subject
Next Message Roomi 1999-11-02 07:21:17 ERROR: btree: lost page
Previous Message Chris Griffin 1999-11-02 00:51:49 SQL Info