IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 8 and Version 9 of AddStarMD_PV2


Ignore:
Timestamp:
Jun 6, 2014, 3:21:15 PM (12 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddStarMD_PV2

    v8 v9  
    7777}}}
    7878
     79=== useful queries for monitoring ===
     80
     81 * check information about addstar Runs
     82{{{
     83select minidvodb_group, stage, state, fault,  count(*) from addRun left join addProcessedExp using (add_id)  where minidvodb_group like 'MD__.PV2.201406%' group by minidvodb_group, stage, state, fault;
     84}}}
     85
     86 * check information about minidvodbs
     87
     88{{{
     89select minidvodb_name, state, fault from minidvodbRun left join minidvodbProcessed using (minidvodb_id)  where minidvodb_name like 'MD__.PV2.201406%';
     90}}}
     91
     92
    7993=== how to addstar part 2 (merge) ===
    8094