Decisions for doing efficient Append Only Logs
is AOL and WAL different concepts ? What i can see is that WAL are the same thing as AOL but WAL need to ensure maximum durability
I believe the idea of both are quite similar. AOL is a method, we can use append only logs in a lot of places.
But WAL is a kind of AOL which is used in dbs.
is AOL and WAL different concepts ? What i can see is that WAL are the same thing as AOL but WAL need to ensure maximum durability
I believe the idea of both are quite similar. AOL is a method, we can use append only logs in a lot of places.
But WAL is a kind of AOL which is used in dbs.