DataFileSync wait event (IO) — PostgreSQL
PostgreSQL IO wait event DataFileSync: Waiting for changes to a relation data file to reach durable storage.
PostgreSQL IO wait event DataFileSync: Waiting for changes to a relation data file to reach durable storage.
PostgreSQL IO wait event DataFileTruncate: Waiting for a relation data file to be truncated.
PostgreSQL IO wait event DataFileWrite: Waiting for a write to a relation data file.
PostgreSQL IO wait event DsmAllocate: Waiting for a dynamic shared memory segment to be allocated.
PostgreSQL IO wait event DsmFillZeroWrite: Waiting to fill a dynamic shared memory backing file with zeroes.
PostgreSQL IO wait event LockFileAddtodatadirRead: Waiting for a read while adding a line to the data directory lock file.
PostgreSQL IO wait event LockFileAddtodatadirSync: Waiting for data to reach durable storage while adding a line to the data directory…
PostgreSQL IO wait event LockFileAddtodatadirWrite: Waiting for a write while adding a line to the data directory lock file.
PostgreSQL IO wait event LockFileCreateRead: Waiting to read while creating the data directory lock file.
PostgreSQL IO wait event LockFileCreateSync: Waiting for data to reach durable storage while creating the data directory lock file.