File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -745,6 +745,16 @@ Indexes:
745
745
sort high</quote>, in queries that depend on indexes to avoid sorting steps.
746
746
</para>
747
747
748
+ <para>
749
+ The regularly system collects statistics on all of a table's
750
+ columns. Newly-created non-expression indexes can immediately
751
+ use these statistics to determine an index's usefulness.
752
+ For new expression indexes, it is necessary to run <link
753
+ linkend="sql-analyze"><command>ANALYZE</command></link> or wait for
754
+ the <link linkend="autovacuum">autovacuum daemon</link> to analyze
755
+ the table to generate statistics about new expression indexes.
756
+ </para>
757
+
748
758
<para>
749
759
For most index methods, the speed of creating an index is
750
760
dependent on the setting of <xref linkend="guc-maintenance-work-mem"/>.
You can’t perform that action at this time.
0 commit comments