How to tune a select query which gives a result of 120 million rows? [message #186997] |
Thu, 10 August 2006 08:32 |
serkandemir
Messages: 5 Registered: July 2006
|
Junior Member |
|
|
Hi guys,
I am making a select query over jdbc which gives a resultset of 120 million rows. My mission is to select the rows and load into cache of my application. This mission takes 3-4 hours on Oracle 9 DB. Our DBA reserved a cache size of 3GB for DB.
I am adding a prefetch size of 10000 rows for my select query.
Table is also indexed and partitioned.
My query is basically;
select * from NAMES_LIST;
Could you give a list of some both DB side and application side tuning actions for me?
thanks lot,
Serkan
|
|
|
|
|
|
|
|
|
|