create index logging, nologging performance test

本文探讨了在创建大型表索引时使用NOLOGGING子句以提高性能的方法,并指出这种方法在归档日志模式下更为有效。此外,还讨论了并行处理的有效性以及在已有索引情况下插入数据的最佳实践。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/350519/viewspace-1042154/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值