Re: [idea] table partition + hash join

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: [idea] table partition + hash join
Дата
Msg-id 5577FE97.1090807@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: [idea] table partition + hash join  (Atri Sharma <atri.jiit@gmail.com>)
Список pgsql-hackers
On 2015-06-10 PM 05:53, Atri Sharma wrote:
> On Wed, Jun 10, 2015 at 2:16 PM, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp
>> wrote:
> 
>>
>> Perhaps the qual needs to be pushed all the way down
>> to the Hash's underlying scan if that makes sense.
>>
> 
> And that is a Pandora's box of troubles IMHO unless done in a very careful
> manner.
> 

More appropriately, that's a predicate (should not have called it a qual)
derived from partitioning-optimization specific knowledge.

Thanks,
Amit




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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: [idea] table partition + hash join
Следующее
От: Andres Freund
Дата:
Сообщение: Missing XLOG_DEBUG check in AdvanceXLInsertBuffer()?