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 -> Re: Archiving Records

Re: Archiving Records

From: Daniel A. Morgan <dmorgan_at_exesolutions.com>
Date: Wed, 13 Jun 2001 17:56:07 -0700
Message-ID: <3B280BA7.8A51CD20@exesolutions.com>

Omar Malik wrote:

> hello all
> I was wondering if someone can give me some techniques for being able to
> query database faster and enhance its performance. Is there a way of
> archiving records where during a query some records are not looked at, since
> they have no relevance to our search. Maybe if we can put some of the
> records to sleep before searching the database. Point is to be able to
> search faster.
> Any help will be appreciated.

Create a field on your table indicating active or archive. Then create a bitmap index on the field.

Use that field in your WHERE clauses.

Or ... move them to different tables in another tablespace.

Daniel A. Morgan Received on Wed Jun 13 2001 - 19:56:07 CDT

Original text of this message

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