Index: ref/vacuum.sgml =================================================================== RCS file: /home/alvherre/cvs/pgsql/doc/src/sgml/ref/vacuum.sgml,v retrieving revision 1.36 diff -c -r1.36 vacuum.sgml *** ref/vacuum.sgml 2 Dec 2004 19:28:48 -0000 1.36 --- ref/vacuum.sgml 29 Jul 2005 17:03:36 -0000 *************** *** 174,179 **** --- 174,188 ---- 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 can lead to a performance drop for the + rest of the system. Therefore, it is sometimes advisable to activate + the cost-based vacuum delay feature. See for more + details. + *************** *** 229,234 **** --- 238,244 ---- +