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

Home -> Community -> Usenet -> c.d.o.tools -> Optimization issues

Optimization issues

From: Ismael Cortés <icortes_at_opengets.cl>
Date: Thu, 05 Apr 2001 17:48:51 -0400
Message-ID: <3ACCE843.FC3A4427@opengets.cl>

Hi.

I have a well designed oracle database with indexes for relationships and most frequent queries. An application with Enterprise Java Beans, modelling a negotiation system is generating data continously (offers, adjudications, and so on).

But the application needs only 2 months of contingency-data, so we want to optimize access for those records. The first approach is straightforwardly to delete all older records, but it seems to be not the rigth solution, the database must needs a backup every time the delete operation is executed, and the import operation will be a very hard issue.

Another approach is to partition tables, but all tables will need a "separation attribute", and we need also a fix-process to set the separation attribute. We also needs to update all queries to be suitable for the new table-structure, and reconsider all indexes.

Is there any other approach wich implies not to change schema structures?
Is there a backup method or a backup approach for those systems types?

Thanks in advance.

Ismael. Received on Thu Apr 05 2001 - 16:48:51 CDT

Original text of this message

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