INSERT

Allows a program being precompiled or bound against a DB2 Enterprise Server Edition server to request that data inserts be buffered to increase performance.

Syntax:

INSERT={DEF | BUF}
NOINSERT

Parameters:

BUF Specifies that inserts from an application should be buffered.
DEF Specifies that inserts from an application should not be buffered.

Properties:

Default: NOINSERT