pgsql: Note that index-only scans can affect idx_tup_fetch.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Note that index-only scans can affect idx_tup_fetch.
Дата
Msg-id E1RCYWl-0005CN-Dl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Note that index-only scans can affect idx_tup_fetch.

An index-only scan that avoids heap fetches will increment idx_tup_read
but not idx_tup_fetch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c78d8cd1464bc6b69fdc72f9ce51407c89554ece

Modified Files
--------------
doc/src/sgml/monitoring.sgml |    3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix brain fade in cost estimation for index-only scans.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Prevent index-only scans in stats regression test.