0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-30 05:22:56 +00:00

update WIP list

This commit is contained in:
Avinash Sajjanshetty
2024-07-08 13:55:29 +05:30
parent 15dca45139
commit 3e0fb7b1b2

@ -23,12 +23,7 @@ pub mod rpc {
// What does (not) work:
// - there are no read txn locks nor upgrades
// - no lock stealing
// - write set is kept in mem
// - txns don't use max_frame_no yet
// - no savepoints, yet
// - no multi tenancy, uses `default` namespace
// - txn can read new frames after it started (since there are no read locks)
// - requires huge memory as it assumes all the txn data fits in the memory
#[derive(Clone, Default)]
pub struct DurableWalConfig {