We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a95ee commit 53cba77Copy full SHA for 53cba77
doc/src/sgml/perform.sgml
@@ -388,7 +388,7 @@ WHERE t1.unique1 < 10 AND t1.unique2 = t2.unique2;
388
as a result of caching that's expected to occur during the repeated
389
index scans on <literal>t2</literal>.) The
390
costs of the loop node are then set on the basis of the cost of the outer
391
- scan, plus one repetition of the inner scan for each outer row (10 * 7.87,
+ scan, plus one repetition of the inner scan for each outer row (10 * 7.91,
392
here), plus a little CPU time for join processing.
393
</para>
394
0 commit comments