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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Note that index-only scans can affect idx_tup_fetch.
Date: 2011-10-08 15:09:27
Message-ID: E1RCYWl-0005CN-Dl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-10-09 04:21:39 pgsql: Prevent index-only scans in stats regression test.
Previous Message Tom Lane 2011-10-08 14:41:27 pgsql: Fix brain fade in cost estimation for index-only scans.