Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vacuum large blocks #220

Merged
merged 3 commits into from
Jan 9, 2024
Merged

Vacuum large blocks #220

merged 3 commits into from
Jan 9, 2024

Conversation

JerrySievert
Copy link
Contributor

there is an issue when dealing with very large fields (near 1gb) are inserted into a columnar store. a vacuum (or auto-vacuum) is performed, which is unable to combine.

this fixes that, and decompression.

JerrySievert and others added 3 commits January 8, 2024 15:03
* Limit stripe vacuuming unitl 1GB decompressed size is reached
* Output relation stats (in vacuum) only if VERBOSE flag is set
@JerrySievert JerrySievert self-assigned this Jan 9, 2024
@JerrySievert JerrySievert merged commit 9cf098a into main Jan 9, 2024
14 checks passed
@JerrySievert JerrySievert deleted the vacuum-large-blocks branch January 9, 2024 17:20
@wuputah wuputah mentioned this pull request Jan 26, 2024
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.

2 participants