IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2016, 11:38:40 AM (10 years ago)
Author:
heather
Message:

addtool is slow, the queries needed some optimization, this is much faster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/addtool_checkminidvodbaddrun.sql

    r38607 r39528  
    1515        -- the second select grabs and counts all the addRuns with state
    1616        -- of 'full'         
    17    WHERE addRun.state = 'full' and minidvodb_group = minidbg
     17   WHERE addRun.state = 'full' and minidvodb_group = '%s'
    1818   GROUP BY minidvodb_name )
    1919AS foo2
Note: See TracChangeset for help on using the changeset viewer.