-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I very often find myself saving queries that I might want to run globally across all of the RDS servers I connect to-- queries to check table index usage patterns, query to see all triggers, query to see non-idle processes, query to see all processes, etc. But also queries specific to our particular database, which are relevant for all clients and could be useful for debugging.
I have them saved in the "Queries" panel so I don't have to copy/paste them every time, but they only exist on whatever database connection I originally used them on.
So then I have to remember to copy/paste them over to the various other connections. And if I make changes, I then have to also remember to copy again. I also run into the issue of forgetting which connection I used that really awesome query on 3 months ago-- and then have to go through them all to find it (maybe not an issue if you only connect to 1-2 different servers, but I'm looking at 12-13 right now).
It would be awesome to have a designated "Global Queries" folder into which I could place all of these saved queries. And then that folder could be available across all database connections. Or even better, allow a query folder to be specified as a "global" folder, so you could have multiple if you wanted.