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

docs-880 add link to pgconfigurator web utility #6365

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions advocacy_docs/pg_extensions/pg_tuner/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ EDB Postgres Tuner is a PostgreSQL extension that automates 15+ years of EDB Pos
Postgres uses some conservative settings to cover different host sizes. Some of the settings provided by Postgres are unsuitable because they don't take advantage of the available resources. Configuration parameters set by `initdb` don't account for the amount of memory, the number of CPU cores, and the kind of storage devices available to set appropriate values for parameters. Some parameters depend on the workload. The workload provides metrics to use to fine-tune some parameters dynamically.

This extension provides safe recommendations that maximize the use of available resources. It also allows you to control if and when to apply the changes. EDB Postgres Tuner enables you to apply tuning recommendations automatically or view tuning recommendations and selectively apply them. It's now possible to successfully manage demanding Postgres databases without tuning expertise.

As an alternative to using the Postgres Tuner extension, EDB offers a web-based utility to provide tuning advice, generate custom configurations for your operating system and `postgresql.conf` file, and output printable guides. For
more information, see the [EDB Postgres Tuner web utility](https://postgrestuner.enterprisedb.com).
Loading