Skip to content

Commit 10c4677

Browse files
committed
docs: add question related to #91
Signed-off-by: Alex Chi <iskyzh@gmail.com>
1 parent 041fb14 commit 10c4677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mini-lsm-book/src/week3-05-txn-occ.md

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ A batch should be handled in the same mem table and the same WAL, even if it exc
7979
* What if the user wants to batch import data (i.e., 1TB?) If they use the transaction API to do that, will you give them some advice? Is there any opportunity to optimize for this case?
8080
* What is optimistic concurrency control? What would the system be like if we implement pessimistic concurrency control instead in Mini-LSM?
8181
* What happens if your system crashes and leave a corrupted WAL on the disk? How do you handle this situation?
82+
* When you commit the txn, is it necessary to put everything into the memtable in batch, or you can simply put it key by key? Why?
8283

8384
## Bonus Tasks
8485

0 commit comments

Comments
 (0)