Skip to content

Implement VACUUM FULL support for OrioleDB tables.#48

Open
Serge-sudo wants to merge 1 commit intoorioledb:patches17from
Serge-sudo:vacuum-full
Open

Implement VACUUM FULL support for OrioleDB tables.#48
Serge-sudo wants to merge 1 commit intoorioledb:patches17from
Serge-sudo:vacuum-full

Conversation

@Serge-sudo
Copy link
Contributor

The operation recreates the table and all associated structures (indexes, bridges, etc.) from scratch, effectively compacting the storage. As a result, all dead tuples and empty space are removed, eliminating fragmentation and reclaiming disk space.

downlink-> orioledb/orioledb#739

The operation recreates the table and all associated structures
(indexes, bridges, etc.) from scratch, effectively compacting the
storage. As a result, all dead tuples and empty space are removed,
eliminating fragmentation and reclaiming disk space.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant