Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Re: Opinions of high-volume DDL and data population

RE: Re: Opinions of high-volume DDL and data population

From: Jamadagni, Rajendra <Rajendra.Jamadagni_at_espn.com>
Date: Mon, 16 Jun 2003 07:43:12 -0700
Message-ID: <F001.005B23FC.20030616072918@fatcity.com>

... now from an entirely different angle ...

Mark,

It just _might_ be better if you create a separate table to store the pk from your students table and the total_attendance column. Why? Not only this column adding will be complicated, but maintaining this column in the same table would be very mutating-table-problem-friendly.

If you make it in a separate table (with PK from the original table), you can just create a trigger in the main table to maintain that value as well. Not to mention that this will be less of a problem in the future.

Raj



Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email are strictly personal. QOTD: Any clod can have facts, having an opinion is an art !
*********************************************************************This e-mail 
message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank
you.*********************************************************************1
Received on Mon Jun 16 2003 - 09:43:12 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US