Configuring EDB Query Advisor
To run EDB Query Advisor, you need to add it to shared_preload_libraries
and create the extension in the database.
In the
postgresql.conf
file, addquery_advisor
to theshared_preload_libraries
parameter:Note
If
shared_preload_libraries
has other extensions, then you can addquery_advisor
to the list. The order doesn't matter.Restart Postgres.
Create the EDB Query Advisor extension in your database: