Re: Hash vs. HashJoin nodes

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Hash vs. HashJoin nodes
Дата
Msg-id 424B81E3.208@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Hash vs. HashJoin nodes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> One small objection is that we'd lose the ability to separately display
> the time spent building the hash table in EXPLAIN ANALYZE output.  It's
> probably not super important, but might be a reason to keep two plan
> nodes in the tree.

Would a separate hash node help for these kinds of queries in the future:

SELECT * FROM table WHERE id IN (1,2,3,4,...massive list of scalars, ...);

Chris


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Hash vs. HashJoin nodes
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Hash vs. HashJoin nodes