Changes between Version 35 and Version 36 of DatabaseBasedAnalysis/Tables


Ignore:
Timestamp:
09/03/18 20:34:21 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Tables

    v35 v36  
    7474||='''Status''' =||= '''fStartTime''' =||= '''fStopTime''' =||= '''fReturnCode''' =||= '''Comment''' =||
    7575||=Waiting      =||  NULL              ||  NULL             ||    [NULL]           || Processing is supposed to be done (just not yet started or pre-conditions are still missing) ||
    76 ||=Scheduled    =||  --''marker''--    ||  NULL             ||    [NULL]           || Pre-conditions fulfilled, scheduled for processing by job-manager (only callisto and star) ||
     76||=Scheduled    =||  -''marker''-      ||  NULL             ||    [NULL]           || Pre-conditions fulfilled, scheduled for processing by job-manager (only callisto and star) ||
    7777||=Running      =||  NOT NULL          ||  NULL             ||    [NULL]           || Processing is supposed to be done and running already  ||
    7878||=Success      =||  > 2000            ||  > 2000           ||     NULL            || Processing was successfully finished for this index    ||
     
    8080||=Blocked      =||  < 2000            ||  < 2000           ||    [NULL]           || Processing is not supposed to run for this index       ||
    8181
    82 The marker '''--''marker''--''' is the special datetime `1971-01-01 01:01:01`.
     82The marker '''-''marker''-''' is the special datetime `1971-01-01 01:01:01`.
    8383
    8484A corresponding query to get an overview of all index entries in a status table '''StatusTable''' could look like the following