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

pg_upgrade: Use 50% CPU cores for vacuumdb (analyze) #523

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

vitabaks
Copy link
Owner

@vitabaks vitabaks commented Dec 5, 2023

Use 50% CPU cores for vacuumdb (analyze) to minimize the utilization of server resources at the time of statistics collection, since the database can already handle the load from the application.

If necessary, you can change the value of the vacuumdb_parallel_jobs variable.

@vitabaks vitabaks self-assigned this Dec 5, 2023
@vitabaks vitabaks merged commit df3b155 into master Dec 5, 2023
18 checks passed
@vitabaks vitabaks deleted the vacuumdb-parallel-jobs branch December 5, 2023 11:29
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