File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,15 @@ leaf_fragmentation | 0
270
270
page than is accounted for by <literal>internal_pages + leaf_pages +
271
271
empty_pages + deleted_pages</literal>, because it also includes the
272
272
index's metapage.
273
+ <literal>avg_leaf_density</literal> is the fraction of the index size that
274
+ is taken up by user data. Since indexes have a default fillfactor of 90,
275
+ this should be around 90 for newly built indexes of non-negligible size,
276
+ but usually deteriorates over time.
277
+ <literal>leaf_fragmentation</literal> represents a measure of disorder.
278
+ A higher <literal>leaf_fragmentation</literal> indicates that the
279
+ physical order of the index leaf pages increasingly deviates from their
280
+ logical order. This can have a significant impact if a large part
281
+ of the index is read from disk.
273
282
</para>
274
283
275
284
<para>
You can’t perform that action at this time.
0 commit comments