| | 20 | * 08:42 that was quick. Now adding label for rings.v3 version |
| | 21 | * also set another 100,000 lap skycal distRuns to be processed. Here is the current status |
| | 22 | {{{ |
| | 23 | mysql> select label, state, count(dist_id) as num_runs, min(dist_id) as first_dist_id, max(dist_id) as last_dist_id from distRun where label like 'lap.threepi.20130717%' and stage ='skycal' group by label,state; |
| | 24 | +---------------------------+-------+----------+---------------+--------------+ |
| | 25 | | label | state | num_runs | first_dist_id | last_dist_id | |
| | 26 | +---------------------------+-------+----------+---------------+--------------+ |
| | 27 | | LAP.ThreePi.20130717 | full | 550002 | 3465080 | 4015081 | |
| | 28 | | LAP.ThreePi.20130717 | new | 100000 | 4015082 | 4115081 | |
| | 29 | | LAP.ThreePi.20130717.wait | new | 333697 | 4115082 | 4677520 | |
| | 30 | +---------------------------+-------+----------+---------------+--------------+ |
| | 31 | 3 rows in set (4.55 sec) |
| | 32 | |
| | 33 | }}} |
| | 34 | |