| 385 | | |
| 386 | | |
| 387 | | |
| | 385 | === Tue 10:45am === |
| | 386 | |
| | 387 | * stsci10 needs restart |
| | 388 | |
| | 389 | {{{ |
| | 390 | mysql> mysql> select count(*), datastore_product from pending join box on box_ijoin skychunk on name = skychunk where name like 'PSPS%' group by datastore_product ;select count(*) from batch where dvo_db like 'LAP.PV2%' and loaded_to_datastore =1; select count(*), datastore_product from pending join box on box_id = id join skychunk on name = skychunk where name like 'PSPS%'; |
| | 391 | +----------+---------------------+ |
| | 392 | | count(*) | datastore_product | |
| | 393 | +----------+---------------------+ |
| | 394 | | 4407 | PSPS_PV2_OB_SLICE00 | |
| | 395 | | 6621 | PSPS_PV2_OB_SLICE02 | |
| | 396 | | 9086 | PSPS_PV2_OB_SLICE04 | |
| | 397 | | 7859 | PSPS_PV2_OB_SLICE06 | |
| | 398 | | 5157 | PSPS_PV2_OB_SLICE08 | |
| | 399 | | 3597 | PSPS_PV2_OB_SLICE10 | |
| | 400 | | 5311 | PSPS_PV2_OB_SLICE12 | |
| | 401 | | 5973 | PSPS_PV2_OB_SLICE14 | |
| | 402 | | 8830 | PSPS_PV2_OB_SLICE16 | |
| | 403 | | 11001 | PSPS_PV2_OB_SLICE18 | |
| | 404 | | 10128 | PSPS_PV2_OB_SLICE20 | |
| | 405 | | 7006 | PSPS_PV2_OB_SLICE22 | |
| | 406 | +----------+---------------------+ |
| | 407 | 12 rows in set (0.18 sec) |
| | 408 | |
| | 409 | +----------+ |
| | 410 | | count(*) | |
| | 411 | +----------+ |
| | 412 | | 35241 | |
| | 413 | +----------+ |
| | 414 | 1 row in set (0.02 sec) |
| | 415 | |
| | 416 | +----------+---------------------+ |
| | 417 | | count(*) | datastore_product | |
| | 418 | +----------+---------------------+ |
| | 419 | | 84976 | PSPS_PV2_OB_SLICE00 | |
| | 420 | +----------+---------------------+ |
| | 421 | 1 row in set (0.13 sec) |
| | 422 | |
| | 423 | }}} |
| | 424 | |
| | 425 | |