10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b324384 commit c78d8cdCopy full SHA for c78d8cd
doc/src/sgml/monitoring.sgml
@@ -507,7 +507,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
507
considering bitmap scans, because <structfield>idx_tup_read</> counts
508
index entries retrieved from the index while <structfield>idx_tup_fetch</>
509
counts live rows fetched from the table; the latter will be less if any
510
- dead or not-yet-committed rows are fetched using the index.
+ dead or not-yet-committed rows are fetched using the index, or if any
511
+ heap fetches are avoided by means of an index-only scan.
512
</para>
513< 3E3C /code>
</note>
513
514
0 commit comments