management tablespaces
星期四, 十一月 29th, 2007首先说下多表空间的好处:
1 从数据字典中分离用户数据,减少IO争用
2 从应用中分离数据,避免多个应用受单一表空间的影响。
3 数据文件分布在不同磁盘的表空间中,减少IO争用
4 提供更好的可用性,某个表空间的OFFLINE不影响别的表空间的应用
5 Optimizing tablespace use by reserving a tablespace for a particular type of database use, such as high update activity, read-only activity, or temporary segment storage.
6 备份单独表空间
