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

Home -> Community -> Usenet -> c.d.o.server -> Re: how to faster 100K records?

Re: how to faster 100K records?

From: andrew_webby at hotmail <andrew_webby_at_hotmail.com>
Date: 23 Oct 2001 07:00:35 -0700
Message-ID: <f45d9b0.0110230600.ad01f5@posting.google.com>


I think you should investigate whether you are using indexes appropriately. Depending on how many records you select, you may be better off not using them.

Either way, an explain plan of the query would be nice.

> >Hi, alls
> >
> >In my DB, one table has 100K records.
> >I use one application to insert data to this table only,
> >and in another application i get the data and make
> >the day report of row data.
> >
> >But it is slowly, the SELECT spends me 7 or 8 seconds,
> >i used INDEX with PRIMARY KEY also.
> >
> >How can i make faster ?
> >
> >Thanks in advance.
> >
> >webjb
Received on Tue Oct 23 2001 - 09:00:35 CDT

Original text of this message

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