-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [columnar] Columnar vacuum * Vacuum columnar tables by combining last n stripes until stripe row max count is reached. Vacuuming decision also include information about number of deleted rows of each stripe. If there is only one stripe, vacuum will be done if percentage of deleted rows is higher than 20%. * Updated regression test to cover vacuum * [columnar] Autovacuum for columnar tables * Add pgstat for insert/delete/update table hooks so autovacuum process know if vacuum should be done. --------- Co-authored-by: mkaruza <mkaruza@users.noreply.github.com>
- Loading branch information
1 parent
4f5b508
commit 601a553
Showing
8 changed files
with
637 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.