- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
1#
发表于 2013-11-11 00:19:21
|
查看: 4518 |
回复: 0
Initial buffer sizes: read 1024K, overflow 832K, change 805K
Initial buffer sizes: read 1024K, overflow 832K, change 805K
1691 #ifdef KCRFR_DEBUG
1692 ksdwrf("Initial buffer sizes: read %luK, overflow %luK, change %luK\n",
1693 (unsigned long)fx->krrxread_sz/1024,
1694 (unsigned long)fx->krrxovf_sz/1024,
1695 (unsigned long)kcocv_max_read_size/1024); /*NF*/
void kcrfrxini kcrfrxini: Initialize redo read context Allocate buffers for read, LWN/record overflow and change vector moves.
kcrfrxini 初始化redo读时 分配buffer 使用ksdwrf 会打印Initial buffer sizes: read 1024K, overflow 832K, change 805K。
|
|