IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2010, 4:15:53 PM (16 years ago)
Author:
watersc1
Message:

Updated "split" version of lossy compression, with tasks to do compression and cleaning in parallel. This should help us recover disk space quicker.

File:
1 edited

Legend:

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

    r27168 r27315  
    11SELECT rawImfile.*,rawExp.workdir,rawExp.exp_tag from rawImfile
    22       JOIN rawExp USING(exp_id)
    3        WHERE ((data_state = 'goto_compressed' AND state = 'goto_compressed')
    4            OR (data_state = 'goto_lossy' AND state = 'goto_lossy'))
     3       WHERE  1
     4-- ((data_state = 'goto_compressed' AND state = 'goto_compressed')
     5--                 OR (data_state = 'goto_lossy' AND state = 'goto_lossy'))
    56-- where hook %s
    67-- limit hook %s       
Note: See TracChangeset for help on using the changeset viewer.