-
Notifications
You must be signed in to change notification settings - Fork 15
Slowest query inspection #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
help wanted
Extra attention is needed
Comments
pg_stat_statements is not a part of a standard PostgreSQL distribution. It's an extension without which given query will fail. That's why I don't want to add sql queries which rely on extensions. I'll think about ext folder for such queries. |
Yes, we can either separate those files or IF EXISTS in places where it's applicable. |
mfaulther
pushed a commit
to mfaulther/pg-index-health-sql
that referenced
this issue
May 12, 2024
mfaulther
pushed a commit
to mfaulther/pg-index-health-sql
that referenced
this issue
May 12, 2024
* Upgraded postgres driver * Added ColumnsWithJsonTypeCheckOnHost * Added tests for ColumnsWithJsonTypeCheckOnHost * Removed unnecessary tests * Migrating to SharedDatabaseTestBase * Migrating to SharedDatabaseTestBase mfvanek#2 * Removed PostgresExtensionFactory * Fixed code smells * Added javadoc Co-authored-by: Ivan Vakhrushev <[email protected]>
mfvanek
added a commit
that referenced
this issue
Jun 6, 2024
* Add ordering to the query * More strict rules * More strict rules #2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Maybe add something like
to get stats on query perfomance. It's seems to be partly related to index health.
The text was updated successfully, but these errors were encountered: