Comments
-
I think grouping similar statements is an excellent idea. It could be combined with filtering. a "Group Filter" could be defined as a like expression or regular expression. A checkbox on the Group filter "automatically add new statements" would set the group field on a new statement if it was blank and it matched a filter.…
-
MySQL variants means other variants of MySQL like MariaDB. So vote for PostgreSQL in another thread and not here if that is what you desire.
-
LogicalRead q. Bummer. Trick question. One more reason for me to hate on MySQL.
-
Why do I see an "idle blocker" as a head blocker? How can I find the cause?
-
https://thwack.solarwinds.com/thread/77668 is a discussion on idle blockers.
-
Announcement?
-
Title should be Add vs Ad. There were some comments for PostgreSQL on the MySQL site.
-
Postgres support. There is a free static HTML analysis tool called PGBadger, but the data warehouse approach is better.
-
Very important. Currently, a single long running dead/idle connection query, or a frequently run background query can render the rest of the graph invisible due to scaling. 1) exclude/include based on string expression of query string. 'not like '%_load%' 2) exclude/include based on object name and object dependencies and…
-
Absolutely, thanks. I see that a lot in SQL Server with shared intent locks on objects selected after an update. Why not select before the update, as you are saying. My issue is with improving the tool to help show the statements that are holding the locks.
-
Thank you Kathleen, I have confidence in your team and I enjoyed working on the prior beta. I tried finding an answer to the Idle Blocker issue in the Q and A. I don't think any of the product feature requests nailed the issue. So my suggestion is new data capture vs. tweaks to the UI. Capture data on Objects that are…