doc: Mention cost-based delays for total_[auto]{vacuum,analyze}_time

Michael Paquier <michael@paquier.xyz>

Commit: 92ee8a4df5b529efbc2455d7a171054c88b43a33
Author: Michael Paquier <michael@paquier.xyz>
Date: 2025-04-30T23:52:19Z
Releases: 18.0
doc: Mention cost-based delays for total_[auto]{vacuum,analyze}_time

30a6ed0ce4b has added four attributes to pg_stat_all_tables to track the
cumulative time spent in [auto]vacuum and [auto]analyze.  It was not
mentioned that the vacuum cost-based delays are included in these
numbers, which could be confusing now that the delays are included in
the vacuum progress view (bb8dff9995f2).

This commit adds an extra note about this matter.

Reported-by: Magnus Hagander <magnus@hagander.net>
Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/CABUevEz9v1ZNToPyD98JnWDGZgG=SmPZKkSNzU9hXQ-nGTQF0g@mail.gmail.com

Files

PathChange+/−
doc/src/sgml/monitoring.sgml modified +8 −4

Documentation touched

Discussion