IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20841 for trunk/dbconfig


Ignore:
Timestamp:
Nov 25, 2008, 5:21:13 PM (18 years ago)
Author:
bills
Message:

Add the stage_id and cam_id to magicDSRun. This vastly reduces the
number of JOINs that we have to do

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r20793 r20841  
    713713) ENGINE=innodb DEFAULT CHARSET=latin1;
    714714
     715-- add to the run table to make the queries far less expensive
     716alter table magicDSRun add column stage_id BIGINT after stage
     717alter table magicDSRun add column cam_id BIGINT after stage_id;
     718
  • trunk/dbconfig/magic.md

    r20785 r20841  
    1 # $Id: magic.md,v 1.11 2008-11-18 01:54:01 bills Exp $
     1# $Id: magic.md,v 1.12 2008-11-26 03:21:13 bills Exp $
    22
    33### Fault in magicRun indicates that the processing tree failed
     
    4545    state       STR         0       # Key
    4646    stage       STR         64
     47    stage_id    S64         0
     48    cam_id      S64         0
    4749    outroot     STR         255
    4850    recoveryroot    STR     255
Note: See TracChangeset for help on using the changeset viewer.