Skip to main content

Crate citadel_txn

Crate citadel_txn 

Source

Re-exports§

pub use scan_iter::TableIter;
pub use scan_iter::TxnScanAdapter;

Modules§

catalog
integrity
manager
Transaction manager: single-writer MVCC with shadow-paging commit.
merkle
Inline Merkle hashing for sync diff detection.
pending_free
Pending-free chain: tracks freed pages that can’t be reused until no older readers exist.
read_txn
Read transaction: MVCC snapshot isolation. RAII reader registration.
scan_iter
Pull-based table scan iterator backed by a B+ tree cursor.
write_txn
Write transaction: CoW mutations with shadow-paging commit.