Re: [SQL] "SELECT IN" Still Broken in 7.4b

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [SQL] "SELECT IN" Still Broken in 7.4b
Дата
Msg-id 00f201c3684e$6b943a40$2800a8c0@mars
обсуждение исходный текст
Ответ на Re: [SQL] "SELECT IN" Still Broken in 7.4b  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> I'm toying with the notion of ripping out that logic and instead
> building an in-memory hashtable of already-returned TIDs.  This could
> theoretically run out of memory if the multiple indexscan returns enough
> tuples, but I think in practice that wouldn't happen because the planner
> wouldn't choose an indexscan when very large numbers of tuples are being
> selected.
> 
> Comments?

Sounds kind of like a bitmap index almost..

Chris



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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: Decent VACUUM (was: Buglist)
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: [GENERAL] [pgsql-advocacy] Need concrete "Why Postgres not MySQL" bullet list