psql nested queries with 2000+ records

Поиск
Список
Период
Сортировка
От Coronach
Тема psql nested queries with 2000+ records
Дата
Msg-id 3.0.5.32.19980320113117.00794c30@diety.conclave.org
обсуждение исходный текст
Ответы Re: [HACKERS] psql nested queries with 2000+ records  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
I have noted with 2000+ records in a table (using a btree unique index on
the primary key, btw) performance of a query takes 15+ minutes to respond.

The query is in the structure of this

select foo from bar where foo in (select foo from bar where bazzfoo like
'Word%');

Just reporting a possible bug..

With smaller amounts of records, responce time is within a few seconds.

Other information you might want:

postgres version: 6.3
os: BSDI 3.1

Thanks
-coronach@hill-b-073.resnet.purdue.edu


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Brett McCormick
Дата:
Сообщение: expr ? trueval : falseval
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] expr ? trueval : falseval