IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 15 and Version 16 of ippToPspsIngestof3piPV2


Ignore:
Timestamp:
Jan 20, 2015, 6:59:29 PM (12 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPspsIngestof3piPV2

    v15 v16  
    424424
    425425
     426=== Tuesday 7:00pm ===
     427
     428I'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{{{
     431mysql> 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+----------+---------------------+
     44812 rows in set (0.18 sec)
     449
     450+----------+
     451| count(*) |
     452+----------+
     453|    40287 |
     454+----------+
     4551 row in set (0.02 sec)
     456
     457+----------+---------------------+
     458| count(*) | datastore_product   |
     459+----------+---------------------+
     460|    79406 | PSPS_PV2_OB_SLICE00 |
     461+----------+---------------------+
     4621 row in set (0.13 sec)
     463
     464}}}