oracle10g中的bigfile tablespace
bigfile tablespace是Oracle10g的新特性。Bigfile tablespaces包含1個最大4G個blocks 的datafile。因此,使用8KBdata blocks 的bigfile tablespace 最大可以達到32TB。
Bigfile tablespaces 常用於非常大的DB。 如果很大的DB有成千的 read/write datafiles, 那麼checkpoints之類的操作將非常費時。如果用一個很大的datafile,減少datafiles的數量,將會提高效率。
建立時使用BIGFILE關鍵字如下:
CREATE BIGFILE TABLESPACE BIG_DEMO
DATAFILE '/ORADATA/PROD/BIG_DEMO.DBF' SIZE 25G;
Smallfile tablespace是原Oracle tablespace datafile 選項的新名字。 smallfile tablespace中,你可以包含多個datafiles。每個datafile 有最多4M個data blocks。因此, 使用8KB data blocks的smallfile tablespace 中的datafiles 最大32GB。smallfile tablespace最多有1,023 個datafiles。SYSTEM和SYSAUX tablespaces總是smallfile tablespaces。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9907339/viewspace-1050139/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 10G新特性:BIGFILE TABLESPACE
- oracle實驗記錄 (bigfile tablespace)Oracle
- Oracle Bigfile Tablespace大檔案表空間Oracle
- How to Rename Tablespace In Oracle10gOracle
- Oracle10g BIGFILE表空間帶來的好處Oracle
- 一個簡單的bigfile tablespace無法擴充套件的案例處理套件
- 大資料解決方案(一)之表空間--bigfile tablespace大資料
- oracle10g ASM transport_tablespaceOracleASM
- 【原創】Oracle10g bigfile表空間帶來的好處Oracle
- oracle10g undo tablespace相關知識Oracle
- Oracle10g新增的檢視dba_tablespace_usage_metricsOracle
- Oracle10g New Feature -- 8. Tablespace ManagementOracle
- Oracle10g New Feature -- 5.Temporary Tablespace GroupOracle
- oracle bigfile tablespacesOracle
- Bigfile ---- awesome-goGo
- Oracle10g新特性:臨時表空間組(temporary tablespace group)Oracle
- oracle10 dba_tablespace中的retentionOracle
- 【轉】Oracle-Bigfile and SmallfileOracle
- oracle10g中的asm的配置(轉)OracleASM
- tablespace 大檔案,undo,temp tablespace
- [Oracle] 檢視tablespace的使用率(Including temp tablespace)Oracle
- 檢視資料庫中tablespace和datafile的使用情況。資料庫
- db2 sms tablespace 不支援large tablespaceDB2
- Oracle10g 中的資料遷移的方法Oracle
- 刪除oracle10g中的垃圾表?(轉)Oracle
- Oracle10g 中的回收站(Recycle Bin)Oracle
- 【比較】Oracle不同版本中關於ALTER TABLESPACE的功能演進Oracle
- 聊聊Oracle可傳輸表空間(Transportable Tablespace)(中)Oracle
- Tablespace Space Script
- remap_tablespaceREM
- The SYSAUX Tablespace (40)UX
- Supporting Bigfile Tablespaces During Database Creation (77)Database
- 聊一聊Oracle的Tablespace(一)Oracle
- 【TABLESPACE】“ALTER TABLESPACE”命令的“RENAME”功能在重新命名錶空間能力上的測試
- 【TABLESPACE】使用“ALTER TABLESPACE”命令的“RENAME”功能實現表空間快速重新命名
- Master Note for Tablespace IssuesAST
- TRANSPORT TABLESPACE總結
- Tablespace Repository (60)