IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2008, 5:21:13 PM (17 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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.