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

Update autovacuum_trigger_query.sql #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

natmaka
Copy link

@natmaka natmaka commented May 29, 2021

To avoid an overflow when the amount of tuples is high

Please note that this approach is insufficient as it only takes into account global parameters while each table may have its own, declared via "ALTER TABLE ((name)) SET (...)". See the 'reloptions' column of the 'pg_class' table.

To avoid an overflow when the amount of tuples is high
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