Re: Progress on fast path sorting, btree index creation time

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Progress on fast path sorting, btree index creation time
Дата
Msg-id 28439.1328725219@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Progress on fast path sorting, btree index creation time  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> [ lots of numbers ]

> ... I just can't get excited about that.  However, I
> find the single-key optimizations much more compelling, for the
> reasons stated above, and feel we ought to include those.

This conclusion seems sound to me, for the reasons you stated and one
more: optimizations for a single sort key are going to be applicable
to a very wide variety of queries, whereas all the other cases are
necessarily less widely applicable.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Vacuum rate limit in KBps
Следующее
От: Robert Haas
Дата:
Сообщение: Re: patch for parallel pg_dump