PostgreSQL Question:

Explain about Write Ahead logging?

PostgreSQL Interview Question
PostgreSQL Interview Question

Answer:

This feature increases the reliability of the database by logging changes before any changes or updations to the data base. This provides log of database incase of a database crash. This helps to start the work from the point it was discontinued.


Previous QuestionNext Question
State some of the advanced features of PostgreSQL?Explain about Multi version concurrency control?