improve docs on min()/max() performance

Поиск
Список
Период
Сортировка
От Neil Conway
Тема improve docs on min()/max() performance
Дата
Msg-id 1044156596.760.29.camel@tokyo
обсуждение исходный текст
Ответы Re: improve docs on min()/max() performance  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: improve docs on min()/max() performance  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
This patch adds a note to the documentation describing why the
performance of min() and max() is slow when applied to the entire table,
and suggesting the simple workaround most experienced Pg users
eventually learn about (SELECT xyz ... ORDER BY xyz LIMIT 1).

Any suggestions on improving the wording of this section would be
welcome.

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC



Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plpython: fix for improperly handled NULL arguments in prepared plans
Следующее
От: Alex Cichowski
Дата:
Сообщение: Re: getpeereid() for local ident