Skip to content

Commit

Permalink
Merge pull request #4513 from EnterpriseDB/docs/biganimal/q2-extensions
Browse files Browse the repository at this point in the history
BigAnimal: Q2 extensions
  • Loading branch information
drothery-edb authored Jul 28, 2023
2 parents 25a594f + 2e52279 commit d849747
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

1 comment on commit d849747

@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.