Changes between Version 4 and Version 5 of ippToPspsIngestof3piPV2
- Timestamp:
- Jan 17, 2015, 8:17:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPspsIngestof3piPV2
v4 v5 77 77 78 78 === 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 79 83 {{{ 80 84 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%';
