Re: Research/Implementation of Nested Loop Join optimization

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Research/Implementation of Nested Loop Join optimization
Дата
Msg-id 8815.1217050707@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Research/Implementation of Nested Loop Join optimization  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
Список pgsql-hackers
Ron Mayer <rm_pg@cheapcomplexdevices.com> writes:
> Tom Lane wrote:
>> A backwards scan will get no such overlapping and thus be up to 2X
>> slower, unless the kernel is smart enough to do read-ahead for
>> descending-order read requests.  Which seems not too probable. 

> Linux's old adaptive readahead patches claimed to[1]:

I didn't say that there were *no* platforms that could do it.
        regards, tom lane


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

Предыдущее
От: Ron Mayer
Дата:
Сообщение: Re: Research/Implementation of Nested Loop Join optimization
Следующее
От: Markus Wanner
Дата:
Сообщение: Re: Transaction-controlled robustness for replication