IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 26 and Version 27 of ippToPspsIngestof3piPV2


Ignore:
Timestamp:
Jan 22, 2015, 4:46:16 PM (12 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPspsIngestof3piPV2

    v26 v27  
    6246243. split 04 --> 2 loaders
    6256254. tried reloading slice10 to get missing batches, no effect (either they are already queued or they are not..)
     626
     627===thursday 4:45pm ===
     628
     629stsci10 fell over, restarted loading.
     630
     631{{{
     632select 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%';
     633+----------+---------------------+------------------------+
     634| count(*) | datastore_product   | name                   |
     635+----------+---------------------+------------------------+
     636|     1558 | PSPS_PV2_OB_SLICE00 | PSPS_PV2_OB_SLICE.00   |
     637|     2921 | PSPS_PV2_OB_SLICE02 | PSPS_PV2_OB_SLICE.02   |
     638|     3224 | PSPS_PV2_OB_SLICE04 | PSPS_PV2_OB_SLICE04.1  |
     639|     2036 | PSPS_PV2_OB_SLICE04 | PSPS_PV2_OB_SLICE04.2  |
     640|     4577 | PSPS_PV2_OB_SLICE06 | PSPS_PV2_OB_SLICE.06   |
     641|     1903 | PSPS_PV2_OB_SLICE08 | PSPS_PV2_OB_SLICE.08   |
     642|      875 | PSPS_PV2_OB_SLICE10 | PSPS_PV2_OB_SLICE.10   |
     643|     2894 | PSPS_PV2_OB_SLICE12 | PSPS_PV2_OB_SLICE.12   |
     644|     2340 | PSPS_PV2_OB_SLICE14 | PSPS_PV2_OB_SLICE.14   |
     645|     3619 | PSPS_PV2_OB_SLICE16 | PSPS_PV2_OB_SLICE.16.1 |
     646|     1483 | PSPS_PV2_OB_SLICE16 | PSPS_PV2_OB_SLICE.16.2 |
     647|     2867 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.0 |
     648|     2431 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.1 |
     649|     2913 | PSPS_PV2_OB_SLICE18 | PSPS_PV2_OB_SLICE.18.2 |
     650|     4447 | PSPS_PV2_OB_SLICE20 | PSPS_PV2_OB_SLICE.20.1 |
     651|     2611 | PSPS_PV2_OB_SLICE20 | PSPS_PV2_OB_SLICE.20.2 |
     652|     4604 | PSPS_PV2_OB_SLICE22 | PSPS_PV2_OB_SLICE.22   |
     653+----------+---------------------+------------------------+
     65417 rows in set (0.16 sec)
     655
     656+----------+
     657| count(*) |
     658+----------+
     659|    69419 |
     660+----------+
     6611 row in set (0.04 sec)
     662
     663+----------+---------------------+
     664| count(*) | datastore_product   |
     665+----------+---------------------+
     666|    47303 | PSPS_PV2_OB_SLICE00 |
     667+----------+---------------------+
     6681 row in set (0.11 sec)
     669
     670}}}