PostgreSQL Question:
Download Questions PDF

Explain about Write Ahead logging?

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.

Download PostgreSQL Interview Questions And Answers PDF

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