QueueMetrics forum
QueueMetrics => Running QueueMetrics => Topic started by: coolname on June 26, 2010, 07:28:09
-
Count: 45 Time=12.29s (553s) Lock=0.04s (2s) Rows=1.0 (45), queuemetrics[queuemetrics]@localhost
SELECT max(time_id) FROM queue_log WHERE partition='S' AND verb != 'S'
and the queue_logs has 3814568 records.
How can i optimization
-
Is that the EXACT query? :-)
-
i don't know what you mean?
-
Is that a copy-and-paste of an actual query or did you modify it?
-
I do a count sql query
-
The question is that I'm not recognizing the query....
SELECT max(time_id) FROM queue_log WHERE partition='S' AND verb != 'S'