create index logging, nologging performance test
create index logging, nologging performance test.
For Speed up when creating an index for a large table. we can use nologging clause .
test result:
1, nologging is effective in archivelog database mode. Although, in noarchivelog database mode, by default ,create index will not produce much log , by other words, it's the same speed in noarchivelog mode whether nologging clause is supplied.
2, use nologging clause , performance would improve 40% more or less accord actual environment.
3, parallel is only effective if you have multiple spindles.
---------
some notes:
insert /*+ append */ wil degrade (at least 2 times) when index exists, so the better way maybe is drop index first, then load data, the create index at last.
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/350519/viewspace-1042154/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [Oracle] Create index速度測試nologging+parallelOracleIndexParallel
- oracle 構建索引index_logging_nologgingOracle索引Index
- Nologging and append testAPP
- create index/create index online區別Index
- index與nologgingIndex
- CREATE BITMAP INDEXIndex
- create index online 和create index 不同及注意點Index
- 日誌記錄模式(LOGGING 、FORCE LOGGING 、NOLOGGING)模式
- hive orc表'orc.create.index'='true'與'orc.create.index'='false'HiveIndexFalse
- Important points about LOGGING and NOLOGGING(轉)Import
- NOLOGGING和FORCE LOGGING的理解
- create index .. onlineIndex
- Unable to create git index lockGitIndex
- create index onlineIndex
- Create Index ...ONLINEIndex
- Create index with open on-line index creationIndex
- nologging、force logging、supplemental log的理解
- Oracle logging 和nologging 的區別Oracle
- CREATE INDEX ......ONLINE分析Index
- create index , rebuild index troubleshooting 索引故障解決IndexRebuild索引
- Performance Considerations of FORCE LOGGING Mode (84)ORMIDE
- create index online 與rebuild index onlineIndexRebuild
- create index online 與rebuild index onlineIndexRebuild
- CREATE INDEX index1 ON table1(col1)Index
- [Oracle] Create table as 速度測試nologging+parallelOracleParallel
- postgresql create index concurrently過程描述SQLIndex
- Oracle database/Tablespace logging&nologging 優先關係OracleDatabase
- 用 Cloud Performance Test 怎麼錄製測試指令碼CloudORM指令碼
- 用 Cloud Performance Test怎麼錄製測試指令碼CloudORM指令碼
- 壓縮table and index 對 space 的影響testIndex
- Oracle資料庫中NOLOGGING和FORCE LOGGING的理解Oracle資料庫
- MySQL online create index實現原理MySqlIndex
- Unable to create index.lock File exists錯誤Index
- 加快create / rebuild index的3個點(zt)RebuildIndex
- Default behavior of create & rebuild index in 10G (zt)RebuildIndex
- 加快建立索引(create / rebuild index) 的幾點索引RebuildIndex
- react config test env with jest and create-react-app 1ReactAPP
- LOB列型別的LOGGING和NOLOGGING儲存選擇型別