Index segment size estimation [message #224326] |
Tue, 13 March 2007 21:09 |
gkrishn
Messages: 506 Registered: December 2005 Location: Putty a dark screen
|
Senior Member |
|
|
Hi ,
I have a table segment of size 20GB.Now i want to create an index on two column on that table.Any equation to find estimate size of index that will create.
(purpose is to adjust the tablespace size)
|
|
|
|
|
|
|
Re: Index segment size estimation [message #224525 is a reply to message #224326] |
Wed, 14 March 2007 09:40 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
As with many things Oracle, it depends.
It depends upon type of tablespace (dictionary or locally managed).
With LMT %FREE can have a noticable impact.
This is why one should ALWAYS have a test/development system so you can actually verify what happens rather than depend upon answers from unknown folks who may not always know YOUR details.
|
|
|