| | 426 | === Tuesday 7:00pm === |
| | 427 | |
| | 428 | I've been checking my email (the hourly reports) - there's been no need to restart things since the am. The status of loading at 7pm: |
| | 429 | |
| | 430 | {{{ |
| | 431 | 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%'; |
| | 432 | +----------+---------------------+ |
| | 433 | | count(*) | datastore_product | |
| | 434 | +----------+---------------------+ |
| | 435 | | 3941 | PSPS_PV2_OB_SLICE00 | |
| | 436 | | 6088 | PSPS_PV2_OB_SLICE02 | |
| | 437 | | 8448 | PSPS_PV2_OB_SLICE04 | |
| | 438 | | 7323 | PSPS_PV2_OB_SLICE06 | |
| | 439 | | 4570 | PSPS_PV2_OB_SLICE08 | |
| | 440 | | 3138 | PSPS_PV2_OB_SLICE10 | |
| | 441 | | 4984 | PSPS_PV2_OB_SLICE12 | |
| | 442 | | 5379 | PSPS_PV2_OB_SLICE14 | |
| | 443 | | 8387 | PSPS_PV2_OB_SLICE16 | |
| | 444 | | 10801 | PSPS_PV2_OB_SLICE18 | |
| | 445 | | 9729 | PSPS_PV2_OB_SLICE20 | |
| | 446 | | 6618 | PSPS_PV2_OB_SLICE22 | |
| | 447 | +----------+---------------------+ |
| | 448 | 12 rows in set (0.18 sec) |
| | 449 | |
| | 450 | +----------+ |
| | 451 | | count(*) | |
| | 452 | +----------+ |
| | 453 | | 40287 | |
| | 454 | +----------+ |
| | 455 | 1 row in set (0.02 sec) |
| | 456 | |
| | 457 | +----------+---------------------+ |
| | 458 | | count(*) | datastore_product | |
| | 459 | +----------+---------------------+ |
| | 460 | | 79406 | PSPS_PV2_OB_SLICE00 | |
| | 461 | +----------+---------------------+ |
| | 462 | 1 row in set (0.13 sec) |
| | 463 | |
| | 464 | }}} |