Why Restarting Azure Database for PostgreSQL took long?
PostgreSQL is a transactional database, and it keeps a record for all DML operations and transactions like Update, Insert, and Delete in WAL (Write-Ahead Log) file. WAL logs are PostgreSQL transaction log files used to ensuring data integrity. This log… Continue reading Why Restarting Azure Database for PostgreSQL took long?