Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Table Design
Have you done a conceptual data model ?
Do all transactions have the same properties ?
Do you have established any performance requirements ?
Do you favor insert or read ?
If the 10 transaction type have the same properties I would definitively put them in one table.
If your tests show that there is a performance problem you can use the partitionning option (needs the enterprise edition and $$$) then its transparent to your design.
Splitting in 10 tables have the following drawback :
- what if there is a new transaction type ? - have fun reporting on more than a transaction type ! - what if a transaction was inserted with the wrongtransaction type ? (insert/delete)
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: =?iso-8859-1?q?paquette=20stephane?= INET: stephane_paquette_at_yahoo.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Oct 30 2002 - 08:59:13 CST
![]() |
![]() |