Dashboard > Flight Integration svac-SAS CCB > 2005 > June > 30 > Pipeline update 20050630
  Flight Integration svac-SAS CCB Log In View a printable version of the current page.  
  Pipeline update 20050630
Added by Richard Dubois, last edited by Richard Dubois on Jun 30, 2005
Labels: 
(None)

Changes made in the PROD server today: report from Dan Flath -

(1) Added table Archive:
(a) Columns; Archive_PK, ArchiveStatus_FK
(b) Constraints; PK_Archive (Pri Key),
FK_ArchiveStatus_Archive (Foreign Key Archive.ArchiveStatus_FK -> ArchiveStatus.ArchiveStatus_PK)
(c) Indexes; Archive_ArchiveStatus_idx (on Archive.ArchiveStatus_FK)
(d) Sequences; Archive_Seq (for Primary Key values)

(2) Removed from Run table:
(a) Columns; ArchiveFileName, ArchiveStatus_FK
(b) Constraints; FK_ArchStat_Run (Foreign Key Run.ArchiveStatus_FK -> ArchiveStatus.ArchiveStatus_PK)

(2) Added to Run table:
(a) Columns; Archive_FK
(b) Constraints; FK_Archive_Run (Foreign Key Run.Archive_FK -> Archive.Archive_PK)
(c) Indexes; Run_Archive_idx (on Run.Archive_FK)

The short story is that these changes will reduce data duplication and keep the schema highly normalized (the current state of things). All archive info in the Run table is now in an ancilliary table and linked by a foreign key relationship.

I'll have to update the stored procedures and archive code. I'll update again later when that's done.

Thanks,

Dan

June 2005
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    

svac online updates 20050629
CCB Action 20050627

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.8 Build:#814 Oct 02, 2007) - Bug/feature request - Contact Administrators