update docs and add more questions

Signed-off-by: Alex Chi <iskyzh@gmail.com>
This commit is contained in:
Alex Chi
2024-01-28 18:08:23 +08:00
parent 1c20555865
commit b458bd1c2e
6 changed files with 17 additions and 0 deletions

View File

@@ -5,3 +5,7 @@
## Task 2: Serializable: Record Read Set and Write Set
## Task 3: Serializable Verification
## Test Your Understanding
* If you have some experience with building a relational database, you may think about the following question: assume that we build a database based on Mini-LSM where we store each row in the relation table as a key-value pair and enable serializable verification, does the database system directly get ANSI serializable isolation level capability? Why or why not?