IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 4 and Version 5 of ippToPspsIngestof3piPV2


Ignore:
Timestamp:
Jan 17, 2015, 8:17:30 PM (12 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPspsIngestof3piPV2

    v4 v5  
    7777
    7878=== Saturday, 8:00pm ===
     79 * first query is how many are pending for each slice
     80 * second is total number published
     81 * third is how many total are remaining
     82 
    7983{{{
    8084 select count(*), datastore_product from pending join box on box_id = id join 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%';