Re: Chapter 14.1.1, small typo on costs?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Chapter 14.1.1, small typo on costs?
Дата
Msg-id 572473.1603653373@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Chapter 14.1.1, small typo on costs?  (PG Doc comments form <noreply@postgresql.org>)
Список pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes:
> I am reading 14.1.1 and at the very end (just before 14.1.2) I see:

> "which shows that the planner thinks that sorting onek by index-scanning is
> about 12% more expensive than sequential-scan-and-sort."

> I feel that 12% is incorrect, but I'm not quite sure. The costs are 268.19
> and 292.65, and that's about 9% more expensive?

No, the comparison this has in mind is 224.79 (the indexscan on onek
in the last plan) versus 200.33 (the sort on onek in the previous plan).
So 12% is about right.

            regards, tom lane



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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Chapter 14.1.1, small typo on costs?
Следующее
От: Jürgen Purtz
Дата:
Сообщение: Re: Additional Chapter for Tutorial