SQLLPLIM parameter

From m204wiki
Jump to navigation Jump to search

SQL read/writes per slice

Summary

Default value
200
Parameter type
User
Where set
On user's parameter line (CCAIN); can be reset by any user
Related products
All
Introduced
Model 204 V3.1

Description

The limit on the number of significant internal operations that a user can execute without swapping (giving up the processor to another user)

SQLLPLIM swaps a query when it reaches SQLLPLIM internal operations, which includes indexed finds, fetching from files and intermediate result tables, and writing to files and intermediate result tables. The SQLLPLIM counter returns to zero when the query regains control of the processor.

SQLLPLIM is an integer value whose minimum is 0, maximum is 32767, and default is 200. Setting SQLLPLIM too low can cause excessive swapping for users in a busy Online.