dexter
dexter copied to clipboard
The automatic indexer for Postgres
Add hosted providers that support the `hypopg` extension to this thread. Initial list: - [Azure Database](https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-extensions) - [Crunchy Bridge](https://docs.crunchybridge.com/extensions-and-languages/extensions/)
Please create a new issue to discuss any ideas or share your own. Ideas - [ ] determine write-heavy tables automatically - [ ] notifications when indexes found (email &...
You can add support for omitting write-heavy tables automatically if you just take a simplified ratio approach: 1. Have the user supply a ratio, with a default of "3.0:1.0" 2....
This PR adds a fix for using the hypopg extension with AWS RDS Postgres databases. It sets the `use_real_oids=on` parameter for the current session, as required for the extension to...