Configuring EDB Wait States

Suggest edits

Parameters

The following parameters in postgresql.conf control the EDB Wait States extension behavior. If you modify these parameters, reload or restart Postgres to apply the changes.

ParameterDescriptionDefaultReload or Restart
edb_wait_states.sampling_intervalThe interval between two EDB Wait States sampling cycles.1 secondReload
edb_wait_states.retention_periodDeletes EDB Wait States log files after a defined retention period.604800 seconds (7 days)Reload
edb_wait_states.enable_collectionEnable or disable EDB Wait States data collection.trueReload
edb_wait_states.directoryStores the EDB Wait States logs in this directory. The path must be a full, absolute path. It can't be a relative path.$PGDATA/edb_wait_statesRestart

Could this page be better? Report a problem or suggest an addition!