Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc78d8cd

Browse files
committed
Note that index-only scans can affect idx_tup_fetch.
An index-only scan that avoids heap fetches will increment idx_tup_readbut not idx_tup_fetch.
1 parentb324384 commitc78d8cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
507507
considering bitmap scans, because <structfield>idx_tup_read</> counts
508508
index entries retrieved from the index while <structfield>idx_tup_fetch</>
509509
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.
510+
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.
511512
</para>
512513
</note>
513514

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp