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

Started by Tom Lanealmost 15 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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(-)