redb icon indicating copy to clipboard operation
redb copied to clipboard

Allow freeing uncommitted pages in Durability::None transactions

Open cberner opened this issue 5 months ago • 0 comments

Durability::None transactions should be able to free pages from previous Durability::None transactions. This can be implemented by keeping those pages in memory, rather than placing them into the freed tree

cberner avatar Sep 07 '24 18:09 cberner