Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> planing tablespaces - please comment
List,
please comment
i do the following when planing tablespaces for the schema
all tablespaces are created with uniform extent size (8i)... example:...
data_small extent uniform size 32K data_med extent uniform size 1M data_large extent uniform size 25M
i keep the max number of extents to around 30, if a table exceeds that limit then i move the table to the higher level tablespace
i apply the same logic to indexes also...
is the right way to plan tablespaces ?
TIA Received on Thu Oct 05 2000 - 04:03:52 CDT