Any persistent database needs to guarantee the reliability, implying that any update/delete fired on the database is reliably stored on the disk.
Share this post
Database reliability with write-ahead logging
Share this post
Any persistent database needs to guarantee the reliability, implying that any update/delete fired on the database is reliably stored on the disk.