Re: more problems with count(*) on large table

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: more problems with count(*) on large table
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C244378C@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: more problems with count(*) on large table  (Alban Hertroys <a.hertroys@magproductions.nl>)
Ответы Re: more problems with count(*) on large table  (Alban Hertroys <a.hertroys@magproductions.nl>)
Список pgsql-general
Alban Hertroys wrote:
> A. Kretschmer wrote:
>> Again: an index can't help! Because of MVCC: 'select count(*)'
without
>> WHERE-condition forces an seq. table-scan.
>
> That has very little to do with MVCC.
>
> [...] For that it makes no difference whether a seq
> scan or an index scan is performed - both cases need to check at the
> record level whether it's visible (where the seq scan is
> already looking at the actual record, of course).

If you do not use MVCC (say, you use DB2), you need not check
the record itself because if it is there (which it is if there
is an index entry), it will be 'visible'.

> I pleed not guilty ;)

Declined, sorry.

Yours,
Laurenz Albe

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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: more problems with count(*) on large table
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: ERROR: invalid byte sequence from psql - Works perfectly from pgAdmin III query window