Skip to content
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

Enhance normalized query denormalisation #23

Open
rjuju opened this issue Mar 15, 2017 · 0 comments
Open

Enhance normalized query denormalisation #23

rjuju opened this issue Mar 15, 2017 · 0 comments

Comments

@rjuju
Copy link
Member

rjuju commented Mar 15, 2017

For now, pg_qualstats can retrieve the most (executed|filtering...) quals, and use these for denormalize example queries for each kind.

However, denormalisation is sometimes not possible (parameters in the SELECT part or LIMIT for instance). Since it's not really pg_qualstats' job to gather these information, the UI should fallback on a not-normalized version of the query which is gathered by pg_qualstats (pg_qualstats_example_query(queryid)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant