oracle exp parallel,expdp = exp + direct mode + parallel ?

> expdp = exp + direct mode + parallel

The "parallel" part is complicated. First, as you noted, parallel is 1 by default and you need to specify a number > 1 to make it parallel. Second, according to

https://support.oracle.com/CSP/m ... NOT&id=552424.1

"EXPDP will use DIRECT_PATH mode if:

...

The table or partition is relatively small (up to 250 Mb), or the table or partition is larger, but the job cannot run in parallel because the parameter PARALLEL was not specified (or was set to 1). "

if the table (or partition) is > 250 MB, specifying "parallel" (to a number greater than 1) will cause expdp to not use direct path access method. It's a confusing statement but that's the literal meaning of it. We may verify it with a big table and run expdp with trace=400300 and check the worker trace file.

> 很多实验还是证明 expdp速度要快于exp direct=y

Can you give some references? Or your own benchmark?

> expdp = (parallel degree – 1) * 2 * sqluldr2

> exp direct  = 2 * sqluldr2

The "parallel degree" part is confusing. It seems to say if you specify, say, parallel=5, then expdp = 4*2*sqluldr2. That cannot be right. If we ignore the parenthesized part, then you see expdp is the same speed as "exp direct", which sounds reasonable.

The explanation of direct path in terms of bypassing buffer cache and SQL processing is correct.

Yong Huang

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值