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: Partitioning problems - Oracle 8.1.7.4

Re: Partitioning problems - Oracle 8.1.7.4

From: jaromir nemec <jaromir_at_db-nemec.com>
Date: Mon, 7 Feb 2005 21:49:14 +0100
Message-ID: <026001c50d56$7e937a30$3c02a8c0@JARAWIN>


Hi Tony,

> Because I have a global PK index I thought

> that letting the table grow would

> have an adverse affect on performance for this index, so archiving a

> partition off would make sense.

Yes, that is true, but on the other side you loose the control of uniqueness; a duplicated record could be re-entered after archiving the former one.

If you check the unique constraint (i.e. non of the records in the temporary table exists in the partitioned table) *before* each exchange partition (and you move the duplicated records in an exception table before the exchange) you probably don't need the global index at all.

Regards

Jaromir

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Feb 07 2005 - 15:52:18 CST

Original text of this message

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