pub(super) async fn wal_checkpoint(pool: &Pool) -> Result<WalCheckpointStats>Expand description
Runs a checkpoint operation in TRUNCATE mode, so the WAL file is truncated to 0 bytes.
pub(super) async fn wal_checkpoint(pool: &Pool) -> Result<WalCheckpointStats>Runs a checkpoint operation in TRUNCATE mode, so the WAL file is truncated to 0 bytes.