diff --git a/advocacy_docs/pg_extensions/pg_tuner/index.mdx b/advocacy_docs/pg_extensions/pg_tuner/index.mdx index 3e9f26725e0..3c0f435bcc1 100644 --- a/advocacy_docs/pg_extensions/pg_tuner/index.mdx +++ b/advocacy_docs/pg_extensions/pg_tuner/index.mdx @@ -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) \ No newline at end of file