stencillogic / db-core

DBMS engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement vaccuming

stencillogic opened this issue · comments

Currently deleted records are not vacuumed. Vaccuming must occur to free up space in data blocks as soon as deleted entries are not needed anymore.
Implementation: TBD