IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 16 and Version 17 of ippToPsps_Database


Ignore:
Timestamp:
Apr 2, 2012, 5:36:26 PM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Database

    v16 v17  
    5959=== The {{{batch}}} table ===
    6060
    61 A very important table, {{{batch}}} stores TODO
     61{{{batch}}} contains an entry for every batch, regardless of type, that has ever been processed or attempted to be processed through {{{ippToPsps}}}. The {{{detection}}}, {{{stack}}} and {{{object}}} tables all have foreign key relationships with this table using the {{{batch_id}}} column. {{{batch_id}}} is an auto-incrementing integer and ends up forming the batch name of the final file submitted to PSPS.
    6262
    63 {{{batch_id}}} is an auto-incrementing integer column. This number ends up as the actual batch name in the final file submitted to PSPS
    6463Setting the {{{purged}}} column to 1 will mean this batch will be removed from the datastore and local disk by {{{cleanup.py}}} regardless of load status. See [wiki:ippToPsps#Purging here].
    6564=== The {{{detection}}} table ===