Explain about Write Ahead logging?
Answer / madhub
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.
Is This Answer Correct ? | 0 Yes | 0 No |
How do you delete a row in pgadmin 4?
How do I open the query tool in pgadmin?
List some of the features of postgresql ?
What does information_schema contain?
What is the difference between sql and psql?
What is sequence in postgresql?
How do I import a csv file into postgres?
Is mysql better than postgresql?
How do I start pgadmin?
What are the types of stored procedures?
How do you change constraints in postgresql?
How do I connect to postgresql using putty?