forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Time For "exec" And "total" Should Differ
- This topic is empty.
-
AuthorPosts
-
-
July 27, 2010 at 3:38 pm #12056larsenParticipant
Hi,
using SQLyog community 8.6 Beta 2. I have multiple SQL statements in one editor. Each statement ends with a semicolon.
When I run all statements, the time for “exec” is always the same as for “total”.
So, “total” seems to be the time for only the current/last statement (as it is also the case for “exec”).
Why doesn´t “total” give the total execution time of all statements that have been executed?
Lars
-
July 27, 2010 at 6:52 pm #31176peterlaursenParticipant
It displays info for the last statement executed according to this:
http://www.webyog.co…g-gives-me.html
Execute one query at a time if you want this info for each.
(but let me consider if the FAQ should mention this)
-
July 28, 2010 at 7:29 am #31177larsenParticipant'peterlaursen' wrote on '27:
Execute one query at a time if you want this info for each.
Ok, I understand, but I was rather looking for info about the total time regarding _all_ statements. I guess this is more useful when executing multiple statements.
Perhaps it could be implemented this way? –> When clicking on the total time, the displayed time toggles between total (last statement) and total (all statements). Could also be done for the execution time. And just to make it clear: “all” is only when executing multiple statements at once, _not_ cumulated over time since SQLyog was started.
What do you think about it?
Lars
-
July 28, 2010 at 2:22 pm #31178nithinMember
It has been added to our issue tracker
http://code.google.com/p/sqlyog/issues/detail?id=1425
The Statusbar can show aggregate of all queries.
Time info for individual queries can get from Message tab
-
July 28, 2010 at 2:49 pm #31179larsenParticipant
thx =)
-
-
AuthorPosts
- You must be logged in to reply to this topic.