to occupy less disk space. VACUUM FULL will usually
shrink the table more than a plain VACUUM would.
+
+ During VACUUM execution, there can be a substantial
+ increase in I/O traffic, which cause poor performance for other active
+ sessions. Therefore, it is sometimes advisable to use
+ the cost-based vacuum delay feature. See
+ linkend="runtime" endterm="runtime-config-resource-vacuum-cost"> for more
+ details.
+
+