File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -397,18 +397,18 @@ PostgreSQL documentation
397
397
<listitem>
398
398
<para>
399
399
Only calculate statistics for use by the optimizer (no vacuum),
400
- like <option>--analyze-only</option>. Run several (currently three)
400
+ like <option>--analyze-only</option>. Run three
401
401
stages of analyze; the first stage uses the lowest possible statistics
402
402
target (see <xref linkend="guc-default-statistics-target"/>)
403
403
to produce usable statistics faster, and subsequent stages build the
404
404
full statistics.
405
405
</para>
406
406
407
407
<para>
408
- This option is only useful to analyze a database that current has
409
- no statistics or wholly incorrect ones, such as if it is newly
408
+ This option is only useful to analyze a database that currently has
409
+ no statistics or has wholly incorrect ones, such as if it is newly
410
410
populated from a restored dump or by <command>pg_upgrade</command>.
411
- Be aware that running this option in a database with existing
411
+ Be aware that running with this option in a database with existing
412
412
statistics may cause the query optimizer choices to become
413
413
transiently worse due to the low statistics targets of the early
414
414
stages.
You can’t perform that action at this time.
0 commit comments