-
-
Notifications
You must be signed in to change notification settings - Fork 497
Description
Is your feature request related to a problem? Please describe.
Some rare test queries I've made take longer than a few seconds. One was taking over five minutes before I stopped waiting and went to do other things.
Describe the solution you'd like
I would like to know how long each query took if possible please. Examples: 0.02 or 2.5 seconds. Yes, this is already displayed while the HeidiSQL is waiting for the query to finish but it is not saved and displayed any where after the query has finished executing. Since the program already knows the execution time while running it should be easy to just save that number and display it someplace. In example: the status tab with the text formatted like "table_name (10r x 11c)".
Describe alternatives you've considered
This is a new and immediate issue I've been dealing with so I'm not sure what alternatives there are right now.
Additional context
Example of where the SQL query execution time could be displayed:
