Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Any performance benefits in going to db_16k_cache_size or db_32k_cache_size
> I was trying to do some bench marking here for one of the queries with
8,16 and 32k index tablespaces.
> All I am seeing is the logical reads going down by half but the
elapsed time for these queries are still the same.
For operations like nested loop, PIO may go down by 2 but LIO will be same. As far as timing of queries is concerned, tune it to use better access paths if any.
Collecting histograms with appropriate bucket size will to the trick for many a bad queries.
Rgds
Abhay
Manhattan Assoicates
Phone: 40418080 Ext: 4635
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of arun chakrapani rao
Sent: Wednesday, January 10, 2007 10:10 AM
To: oracle-l_at_freelists.org
Subject: Any performance benefits in going to db_16k_cache_size or
db_32k_cache_size
Hi all,
I am currently working on a 1.5T DSS running on 8k blocksize.
This db is 90% of the time doing sequential reads.
Was wondering if we go for a 16k or 32k blocksize just on index alone
would there be any benefits in performance.
Has anybody impletemented this and seen any performance benefits,
Please do share your experience.
I was trying to do some bench marking here for one of the queries with
8,16 and 32k index tablespaces.
All I am seeing is the logical reads going down by half but the
elapsed time for these queries are still the same.
Now what am i missing?
Please do share your thoughts.
-- thanks in advance. Arun -- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Wed Jan 10 2007 - 02:04:58 CST
![]() |
![]() |