Try OpenEdge Now
skip to main content
Database Administration
Reference : Database Startup Parameters : Alphabetical listing of database startup parameters : Prefetch factor (-prefetchFactor)
 
Prefetch factor (-prefetchFactor)
Operating system and syntax
UNIX Windows
-prefetchFactor n
Use with
Maximum value
Minimum value
Single-user default
Multi-user default1
DBS
100
0
0

1 The default of 0 gives pre-Release 11.1 behavior

n
The percent of a message buffer to fill before sending it to a waiting remote client.
Use Prefetch Factor (-prefetchFactor) to establish a percentage of a network message required to contain prefetched data before sending the message to a waiting remote client.
The number of records in a network buffer is also influenced by PrefetchNum Recs (-prefetchNumRecs) parameter. See Prefetch tuning for a discussion of the interaction between the parameters.