From 2e5227934aeaf578ab31ff57b6ef51996aaf0593 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Wed, 26 Jul 2023 12:28:56 -0400 Subject: [PATCH] BigAnimal: Q2 extensions --- .../docs/biganimal/release/overview/extensions_tools.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/product_docs/docs/biganimal/release/overview/extensions_tools.mdx b/product_docs/docs/biganimal/release/overview/extensions_tools.mdx index b3c6680c2b2..26cbc8b932d 100644 --- a/product_docs/docs/biganimal/release/overview/extensions_tools.mdx +++ b/product_docs/docs/biganimal/release/overview/extensions_tools.mdx @@ -19,6 +19,15 @@ EDB develops and maintains several extensions and tools. These include: - [Autocluster](/pg_extensions/advanced_storage_pack/#autocluster) — Provides faster access to clustered data by keeping track of the last inserted row for any value in a side table. - [Refdata](/pg_extensions/advanced_storage_pack/#refdata) — Can provide performance gains of 5-10% and increased scalability. + + - [EDB Postgres Tuner](/pg_extensions/pg_tuner/) — Provides safe recommendations that maximize the use of available resources. + +- [EDB Query Advisor](/pg_extensions/query_advisor/) — Provides index recommendations by keeping statistics on predicates found in WHERE statements, JOIN clauses, and workload queries. + +- [EDB Wait States](/pg_extensions/wait_states/) — Probes each of the running sessions at regular intervals. + +- [PG Failover Slots](/pg_extensions/pg_failover_slots/) — Is an extension released as open source software under the PostgreSQL License. If you have logical replication publications on Postgres databases that are also part of a streaming replication architecture, PG Failover Slots avoids the need for you to reseed your logical replication tables when a new standby gets promoted to primary. + - [Foreign Data Wrappers](foreign_data_wrappers) — Allow you to connect your Postgres database server to external data sources. - [Connection poolers](poolers) — Allow you to manage your connections to your Postgres database.