mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Fix a missed explanation of auto-analyze threshold, per Joe Miller.
This commit is contained in:
@ -638,7 +638,7 @@ vacuum threshold = vacuum base threshold + vacuum scale factor * number of tuple
|
|||||||
<programlisting>
|
<programlisting>
|
||||||
analyze threshold = analyze base threshold + analyze scale factor * number of tuples
|
analyze threshold = analyze base threshold + analyze scale factor * number of tuples
|
||||||
</programlisting>
|
</programlisting>
|
||||||
is compared to the total number of tuples inserted or updated
|
is compared to the total number of tuples inserted, updated, or deleted
|
||||||
since the last <command>ANALYZE</command>.
|
since the last <command>ANALYZE</command>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user