Skip to content

Commit

Permalink
Merge pull request #6365 from EnterpriseDB/docs-880-postgres-configur…
Browse files Browse the repository at this point in the history
…ator

docs-880 add link to pgconfigurator web utility
  • Loading branch information
piano35-edb authored Dec 19, 2024
2 parents bd29608 + 211586d commit e16a822
Showing 1 changed file with 3 additions and 0 deletions.
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).

1 comment on commit e16a822

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.