| | 716 | === friday 7:30pm === |
| | 717 | |
| | 718 | almost all loaders needed to be restarted |
| | 719 | {{{ |
| | 720 | select count(*), datastore_product,name from pending join box on box_id = id join skychunk on name = skychunk where name like 'PSPS%' group by datastore_product, name ;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%'; |
| | 721 | +----------+---------------------+------------------------+ |
| | 722 | | count(*) | datastore_product | name | |
| | 723 | +----------+---------------------+------------------------+ |
| | 724 | | 466 | PSPS_PV2_OB_SLICE00 | PSPS_PV2_OB_SLICE.00 | |
| | 725 | | 1061 | PSPS_PV2_OB_SLICE02 | PSPS_PV2_OB_SLICE.02 | |
| | 726 | | 1482 | PSPS_PV2_OB_SLICE04 | PSPS_PV2_OB_SLICE04.1 | |
| | 727 | | 413 | PSPS_PV2_OB_SLICE04 | PSPS_PV2_OB_SLICE04.2 | |
| | 728 | | 1906 | PSPS_PV2_OB_SLICE06 | PSPS_PV2_OB_SLICE06.1 | |
| | 729 | | 1106 | PSPS_PV2_OB_SLICE06 | PSPS_PV2_OB_SLICE06.2 | |
| | 730 | | 164 | PSPS_PV2_OB_SLICE08 | PSPS_PV2_OB_SLICE.08 | |
| | 731 | | 1664 | PSPS_PV2_OB_SLICE12 | PSPS_PV2_OB_SLICE.12 | |
| | 732 | | 969 | PSPS_PV2_OB_SLICE14 | PSPS_PV2_OB_SLICE.14 | |
| | 733 | | 2832 | PSPS_PV2_OB_SLICE16 | PSPS_PV2_OB_SLICE.16.1 | |
| | 734 | | 177 | PSPS_PV2_OB_SLICE16 | PSPS_PV2_OB_SLICE.16.2 | |
| | 735 | | 2317 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.0 | |
| | 736 | | 1799 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.1 | |
| | 737 | | 1699 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.2 | |
| | 738 | | 1504 | PSPS_PV2_OB_SLICE20 | PSPS_PV2_OB_SLICE.20.0 | |
| | 739 | | 1576 | PSPS_PV2_OB_SLICE20 | PSPS_PV2_OB_SLICE.20.1 | |
| | 740 | | 1624 | PSPS_PV2_OB_SLICE20 | PSPS_PV2_OB_SLICE.20.2 | |
| | 741 | | 1579 | PSPS_PV2_OB_SLICE22 | PSPS_PV2_OB_SLICE22.1 | |
| | 742 | | 1592 | PSPS_PV2_OB_SLICE22 | PSPS_PV2_OB_SLICE22.2 | |
| | 743 | +----------+---------------------+------------------------+ |
| | 744 | 19 rows in set (0.12 sec) |
| | 745 | |
| | 746 | +----------+ |
| | 747 | | count(*) | |
| | 748 | +----------+ |
| | 749 | | 88804 | |
| | 750 | +----------+ |
| | 751 | 1 row in set (0.05 sec) |
| | 752 | |
| | 753 | +----------+---------------------+ |
| | 754 | | count(*) | datastore_product | |
| | 755 | +----------+---------------------+ |
| | 756 | | 25930 | PSPS_PV2_OB_SLICE00 | |
| | 757 | +----------+---------------------+ |
| | 758 | 1 row in set (0.10 sec) |
| | 759 | |
| | 760 | mysql> |
| | 761 | }}} |