What is the WAL property, and why is it important
Answers
Answered by
2
Explanation:
In computer science, write-ahead logging (WAL) is a family of techniques for providing atomicity and durability (two of the ACID properties) in database systems. The changes are first recorded in the log, which must be written to stable storage, before the changes are written to the database
Similar questions