Optimum value for INITIAL_EXTENT [message #288442] |
Mon, 17 December 2007 10:12 |
arunprasad_bh
Messages: 32 Registered: June 2007
|
Member |
|
|
Hi is there any method for setting INITIAL_EXTENT, and NEXT_EXTENT values for tablespaces in a Datawarehouse?
I got a tablespace with initial extent value of 128k and one with 5MB.
How do we know which one is good?
|
|
|
|
Re: Optimum value for INITIAL_EXTENT [message #288485 is a reply to message #288449] |
Mon, 17 December 2007 14:21 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
Check with your DBA for guidelines on which tablespace to use. Sometimes tablespaces are created to keep small/medium/large segments in small/medium/large tablespaces to avoid space wastage or excessive extents. They could also be created to keep static and dynapic segments away from each other so that large static tables aren't backed up so often. There could be other reasons too like spreading IO, but that's a very long debate in itself...
|
|
|