Re: Speedier count(*)

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Speedier count(*)
Дата
Msg-id 20050811003635.GA69508@winnie.fuhr.org
обсуждение исходный текст
Ответ на Speedier count(*)  (Dan Harris <fbsd@drivefaster.net>)
Список pgsql-performance
On Wed, Aug 10, 2005 at 05:37:49PM -0600, Dan Harris wrote:
> Also, I am using "select ... group by ... order by .. limit 1" to get
> the min/max since I have already been bit by the issue of min() max()
> being slower.

PostgreSQL 8.1 will have optimizations for certain MIN and MAX
queries.

http://archives.postgresql.org/pgsql-committers/2005-04/msg00163.php
http://archives.postgresql.org/pgsql-committers/2005-04/msg00168.php

--
Michael Fuhr

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Speedier count(*)
Следующее
От: John A Meinel
Дата:
Сообщение: Re: Speedier count(*)