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

Feature - deleting bloat files #54

Merged
merged 3 commits into from
Oct 28, 2024
Merged

Feature - deleting bloat files #54

merged 3 commits into from
Oct 28, 2024

Conversation

visill
Copy link
Contributor

@visill visill commented Oct 28, 2024

New sql func yezzey_vacuum_garbage_relation('<table_name>',bool confirm,bool crazyDrop);

  • Removes bloat files by table name

New internal c funcs

  • yezzey_vacuum_garbage_relation_internal(Re rel / OId reloid, int segindx, bool confirm, bool crazyDrop)
    • Deletes bloat files from a table by relation or oid

Slightly rewritten vacuum hook (does not worked correct) ((does not work))

open-gpdb/yproxy#72

@reshke reshke merged commit d4d48f9 into v1.8_opengpdb Oct 28, 2024
1 check failed
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.

3 participants