different block size [message #606920] |
Thu, 30 January 2014 14:46 |
varunvir
Messages: 389 Registered: November 2007
|
Senior Member |
|
|
Hi Experts,
Is it possible to create table space with different block size than db_block_size in the database?
Thanks,
Varun
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: different block size [message #607286 is a reply to message #607285] |
Tue, 04 February 2014 09:24 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
mrkamranumer is not OP, varunvir, who I think this because of an interview question or the like.
The only case I see when it is useful to have different block size than default one is when you import a tablespace from another database.
When this feature was introduced the point was it'd be useful to have different block sizes for performances reasons, small block for tables that are often modified or accessed via an index, and big blocks for objects that are accessed through scans. Minds has changed since then as experienced and Oracle kernel evolution didn't show any real performances improvement but the opposite due to have to configure several buffer caches.
|
|
|