- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
2#
发表于 2013-9-12 16:34:34
NUMFILES
Valid for Extract and Replicat
Use the NUMFILES parameter to control the initial number of memory structures allocated
to contain information about tables specified in TABLE or MAP statements. NUMFILES must
occur before any TABLE or MAP entries to have any effect.
To control the number of additional memory structures that are allocated dynamically once
the NUMFILES value is reached, use the ALLOCFILES parameter (see page 115).
The default values should be sufficient for both NUMFILES and ALLOCFILES, because memory
is allocated by the process as needed, system resources permitting.
Default 1000
Syntax NUMFILES <number of structures>
Example NUMFILES 4000 |
|