Re: Performance of count(*)

Поиск
Список
Период
Сортировка
От Andreas Kostyrka
Тема Re: Performance of count(*)
Дата
Msg-id 20070322151714.GA11448@andi-lap.la.revver.com
обсуждение исходный текст
Ответ на Re: Performance of count(*)  (Mario Weilguni <mweilguni@sime.com>)
Ответы Re: Performance of count(*)  (Mario Weilguni <mweilguni@sime.com>)
Список pgsql-performance
* Mario Weilguni <mweilguni@sime.com> [070322 15:59]:
> Am Donnerstag, 22. März 2007 15:33 schrieb Jonah H. Harris:
> > On 3/22/07, Merlin Moncure <mmoncure@gmail.com> wrote:
> > > As others suggest select count(*) from table is very special case
> > > which non-mvcc databases can optimize for.
> >
> > Well, other MVCC database still do it faster than we do.  However, I
> > think we'll be able to use the dead space map for speeding this up a
> > bit wouldn't we?
>
> Which MVCC DB do you mean? Just curious...
Well, mysql claims InnoDB to be mvcc ;)

Andreas

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Parallel Vacuum
Следующее
От: "Craig A. James"
Дата:
Сообщение: Re: Performance of count(*)