penberg / tihku

Optimistic multi-version concurrency control (MVCC) for main memory databases, written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garbage collect transactions

penberg opened this issue · comments

We need to garbage collect transactions that are no longer needed to avoid eventually overflowing the memory.