Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SYSTEM-DATA-BUFFER

This statement sets the size of the buffer for system-access data.

Definition

A lower-level DBH option of STORAGE-SIZE

Function

The SESAM/SQL DBH has two separate buffers: one for blocks with system-access data and one for blocks with user data. The blocks are each 4 Kbytes in size. All users use both buffers together for all connected databases.

You use the DBH option SYSTEM-DATA-BUFFER to set the initial size of the buffer for system-access data, i.e. data required by the system for the physical organization of memory.

The final size of the buffer for system-access data depends on the DBH option THREADS (see "THREADS") and the system threads dependent on this. The minimum value for the buffer size is 96 KB per thread. If the specified value is smaller than the minimum value, then the value is automatically increased to the minimum value as long as the specified value is within the permitted range of values (see below). Otherwise the DBH is terminated.

You can adjust the value of the option during the DBH session by means of the RECONFIGURE-DBH-SESSION administration statement (see "RECONFIGURE-DBH-SESSION").

SYSTEM-DATA-BUFFER

= 208 / <integer 80..64000000>

Operands

SYSTEM-DATA-BUFFER = 208 / <integer 80..64000000>

Initial size of the buffer for system-access data in units of 1 Kbyte. The default is 208 Kbytes.

The maximum value for SYSTEM-DATA-BUFFER is 64 000 000 Kbytes (64 Gbytes) on all current BS2000 servers.

The sum of the sizes for SYSTEM-DATA-BUFFER and USER-DATA-BUFFER may not exceed 64 000 000 Kbytes (64 Gbytes).

If the system configuration so permits, the SYSTEM-DATA-BUFFER is created in a data space. Otherwise it is created in the normal class 6 memory.

Information on input/output behavior

The “I/O” form of the SESAM/SQL monitor SESMON contains information on input/output behavior which is helpful for setting the optimum size of the buffer for system-access data (see "DBH form I/O").
The “ Performance” manual describes the cases in which it makes sense to modify the size of the buffer for system-access data at the next DBH startup.