Re: docs update for count(*) and index-only scans

Поиск
Список
Период
Сортировка
От Josh Kupershmidt
Тема Re: docs update for count(*) and index-only scans
Дата
Msg-id CAK3UJRHEx6jGeAfqcA_WmOzotnu1eeKsF7Zc9zYRXqJ2OOQWOw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: docs update for count(*) and index-only scans  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: docs update for count(*) and index-only scans  (Marti Raudsepp <marti@juffo.org>)
Список pgsql-docs
On Fri, Nov 4, 2011 at 4:10 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Tue, Nov 1, 2011 at 8:07 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> It's the "lobotomized engines" that are the problem, IMO --- people
>> coming from databases like mysql tend to think count(*) just means
>> reading a table size counter that the engine has anyway.
>
> This is probably a much less common misconception than formerly, due
> to the rise of InnoDB and the falling-out-of-favor experienced by
> MyISAM.
>
> I think some pessimism removal is probably warranted.  Yeah, somebody
> else might be faster than us on this test, but that's probably true of
> many tests.  And on others we will be faster than them.

So, if Tom still wants to keep that paragraph and its warning, how
about we just fix the now-incorrect bit at the end? Maybe just tweak
"will be executed" to "will often be executed", or change "using a
sequential scan of the entire table." to "using a sequential scan of
the table, or an index-only scan of one of its indexes".

Josh

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

Предыдущее
От: Dmitriy Igrishin
Дата:
Сообщение: Clarification suggestion for 46.4 chapter.
Следующее
От: Euler Taveira de Oliveira
Дата:
Сообщение: pg_stat_get_wal_senders documented