InterviewSolution
Saved Bookmarks
| 1. |
What Is Write Ahead Log? |
|
Answer» write-ahead log (WAL), MEANS it always WRITES the transactions to the log following with writing the modified pages to the disk to maintain the TRANSACTION ACID PROPERTIES. write-ahead log (WAL), means it always writes the transactions to the log following with writing the modified pages to the disk to maintain the transaction ACID properties. |
|