Re: LIMIT/SORT optimization

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: LIMIT/SORT optimization
Дата
Msg-id 87odmvnbz5.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: LIMIT/SORT optimization  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: LIMIT/SORT optimization  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-patches
Bruce Momjian <bruce@momjian.us> writes:

> Is there a newer version of this patch?

As requested, I've cut an updated version of this patch against CVS HEAD:

 http://community.enterprisedb.com/sort-limit-v5.patch.gz

The open issues I see are:

 Adjusting the costing of the sort to take into account the optimization

 Whether the communication between the Limit node and the Sort node is kosher
 or whether something more abstract is needed.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Synchronized Scan WIP patch
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: LIMIT/SORT optimization