Like stopping to ask for directions

Feb 08, 2007 02:21

I've been brain-deep in work for the past couple of days, but Jeremy Cole made my night by showing me his latest patch for Mysql - a progress indicator!

The Progress_rows number indicates progress within a given step of executing the query. For instance, if you run a SELECT with a GROUP BY that can’t be done using an index, you will see two ( Read more... )

Leave a comment

Comments 4

scsi February 8 2007, 16:36:39 UTC
Hm, would be cooler if he did it while the mysql client was blocked waiting for the query to finish. Nothing makes me more nervous than seeing:

mysql> Huge scary query;
_ <-- blinking cursor for 5+ min.

Reply

lisa February 8 2007, 17:47:51 UTC
well in this case you'd open up another connection and view the progress there.

but you're right. although maybe a blinking BOMB icon.

Reply


evan February 8 2007, 16:46:32 UTC
I never knew mysql was C++!

Reply


llarian February 8 2007, 18:48:26 UTC
huh, that's handy. I was thinking the other day while waiting on a huge "sending data" query that it would be nice to know when it was going to be finished.

Reply


Leave a comment

Up