
Postgres Replication Slots – DEV Community
The WAL(Redo log) is essential to normal database operations. In some sense “The LOG is the DATABASE” has some truth to it. The WAL stores a log of all activities performed in the database. In other words, it maintains the state of the database system. Having the WAL is useful in many ways and one…