Skip to content
Snippets Groups Projects
Commit 195516c9 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

doc: Fix figures in example description


oversight in 244c8b46

Reported-by: default avatarBlaz Merela <blaz@merela.org>
parent 94d1c881
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@ WHERE t1.unique1 &lt; 10 AND t1.unique2 = t2.unique2;
as a result of caching that's expected to occur during the repeated
index scans on <literal>t2</>.) The
costs of the loop node are then set on the basis of the cost of the outer
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,
here), plus a little CPU time for join processing.
</para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment