From d5279bfa03a330f9d4e1f05298c34a8e0881a953 Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Thu, 6 Feb 2025 20:05:53 +0100 Subject: [PATCH] Add Exploring database isolation levels post --- db.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db.md b/db.md index 6c519d1..35e5df7 100644 --- a/db.md +++ b/db.md @@ -172,3 +172,7 @@ - [《VLDB Proceedings of the VLDB Endowment,2019-2020 》](http://www.vldb.org/pvldb/vol13.html) 介绍:2019-2020年著名数据库顶级会议之一的VLDB投稿论文列表,论文涵盖:测试、机器学习、数据存储、查询、图、索引、大数据领域等。 + +- [Exploring Database Isolation Levels](https://www.thecoder.cafe/p/exploring-database-isolation-levels) + +介绍:数据库隔离级别的探索