Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Do indexes matter on db in memory
( wrote:
>
> We have a heavily used oracle database that is 100MB in size, the amount of
> memory
> on the server is 1G. The dba says that since the major queries get run so
> often that the data is all in memory and further indexes won't help the
> performance.
>
> Is the true? Can anyone tell me reasons why this might not be the optimal
> way to run a heavily used database.
>
> Thanks.
That is a simplification...
Eg
select *
from tableX, tableY
if both tables are 100M results could result in a 10,000M result set - which won't fit into 1G.
HTH
-- =========================================== Connor McDonald http://www.oracledba.co.uk We are born naked, wet and hungry...then things get worseReceived on Mon Apr 17 2000 - 00:00:00 CDT
![]() |
![]() |