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

Automate scoring slow query plans from auto_explain with pgMustard #9

Closed
mchristofides opened this issue Jul 19, 2019 · 3 comments
Closed

Comments

@mchristofides
Copy link
Collaborator

We've heard from several people that they'd like to be able to automatically send slow query plans to pgMustard, for example from the logs, via auto_explain. This could in time lead to some other cool features.

Our first step would be adding a simple API that could accept plans, and surface them in a "history" view of sorts. After that we could start to surface where the biggest wins could be, and help people become more proactive.

@mchristofides
Copy link
Collaborator Author

In the interim, if you're interested in configuring auto_explain for use with pgMustard (or in general, for that matter), we've written up a guide: https://www.pgmustard.com/auto-explain

@mchristofides mchristofides added this to Exciting ideas that are good candidates for features but require a lot of work (and more evaluation) in pgMustard plans Nov 27, 2019
@mchristofides mchristofides moved this from Exciting ideas that are good candidates for features but require a lot of work (and more evaluation) to Coming soon 🔜 in pgMustard plans Sep 20, 2022
@mchristofides
Copy link
Collaborator Author

We've decided to start with an even simpler first step here — send a plan to a pgMustard endpoint, and it'll return the tip scores, as well as some other top-level info. This should allow for similar use cases mentioned initially (e.g. automated prioritisation) albeit with more of the work on your side, as well as at least one use case I hadn't considered initially (forever grateful for creative customers!).

We have a private beta available, please get in touch if you'd like to give it a go.

@mchristofides mchristofides changed the title Automate getting slow query plans from auto_explain to pgMustard Automate scoring slow query plans from auto_explain with pgMustard Feb 17, 2023
@mchristofides
Copy link
Collaborator Author

We've now shipped the v1 of this, and made it available in the Team and Company plans 🎉

I've added a new issue for the longer term vision, please do chime in there if you'd like to see us head in that direction :)

@mchristofides mchristofides moved this from Coming soon 🔜 to Recently shipped 🚢 in pgMustard plans Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
pgMustard plans
Recently shipped 🚢
Development

No branches or pull requests

1 participant