Database isolation allows a transaction to execute as if there are no other concurrently running transactions. The isolation is guaranteed by MVCC (Multi-Version Consistency Control) and locks. In this newsletter, we will talk about the following:Database isolation levels.Log parsing commands. Change data capture (CDC)

3m read timeFrom blog.bytebytego.com
Post cover image
Table of contents
What are database isolation levels? What are they used for?Log parsing cheat sheetChange data capture (CDC)ByteByteGo System Design ArchiveOur Books:

Sort: