Computer Science, asked by tejutejaswi97603, 7 months ago

d) what is the WAL
property & why it is
important?​

Answers

Answered by jltjacobster
1

Answer:

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. ... In a system using WAL, all modifications are written to a log before they are applied. Usually both redo and undo information is stored in the log.

Similar questions