IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2009, 12:39:27 PM (17 years ago)
Author:
Paul Price
Message:

Modifying distribution client workflow (currently composed of receivetool and associated tables) since Bill points out that a fileset is composed of files, and we don't want to download them all serially.

File:
1 moved

Legend:

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

    r23884 r23885  
    11SELECT *
    2 FROM receiveRun
     2FROM receiveFileset
    33JOIN receiveSource USING(source_id)
    4 LEFT JOIN receiveResult USING(receive_id)
    5 WHERE receiveResult.receive_id IS NULL
     4LEFT JOIN receiveFile USING(fileset_id)
     5WHERE receiveFile.fileset_id IS NULL
Note: See TracChangeset for help on using the changeset viewer.