BasebackupSync wait event (IO) — PostgreSQL
PostgreSQL IO wait event BasebackupSync: Waiting for data written by a base backup to reach durable storage.
PostgreSQL IO wait event BasebackupSync: Waiting for data written by a base backup to reach durable storage.
PostgreSQL IO wait event BasebackupWrite: Waiting for base backup to write to a file.
PostgreSQL IO wait event BuffileRead: Waiting for a read from a buffered file.
PostgreSQL IO wait event BuffileTruncate: Waiting for a buffered file to be truncated.
PostgreSQL IO wait event BuffileWrite: Waiting for a write to a buffered file.
PostgreSQL IO wait event ControlFileRead: Waiting for a read from the pg_control file.
PostgreSQL IO wait event ControlFileSync: Waiting for the pg_control file to reach durable storage.
PostgreSQL IO wait event ControlFileSyncUpdate: Waiting for an update to the pg_control file to reach durable storage.
PostgreSQL IO wait event ControlFileWrite: Waiting for a write to the pg_control file.
PostgreSQL IO wait event ControlFileWriteUpdate: Waiting for a write to update the pg_control file.