add question on alternative snapshot implementation

Signed-off-by: Alex Chi <iskyzh@gmail.com>
This commit is contained in:
Alex Chi
2024-01-28 18:21:52 +08:00
parent b458bd1c2e
commit ce51eb0c6d
7 changed files with 27 additions and 0 deletions

View File

@@ -24,3 +24,8 @@ pass all tests except week 2 day 6
* What is the difference of `get` in the MVCC engine and the engine you built in week 2?
* In week 2, you stop at the first memtable/level where a key is found when `get`. Can you do the same in the MVCC version?
We do not provide reference answers to the questions, and feel free to discuss about them in the Discord community.
{{#include copyright.md}}