INGEST SET command

The INGEST SET command sets a configuration parameter for subsequent INGEST commands in the current CLP session.

Scope

The setting affects only later INGEST commands in the same CLP session that share the same CLP backend process. It does not affect INGEST commands in other CLP sessions or later CLP sessions that use a different CLP backend process.

Authorization

None.

Required connection

None.

Syntax

Read syntax diagramSkip visual syntax diagramINGEST SETconfig-paramvalue
value
Read syntax diagramSkip visual syntax diagramintegerBoolean-valuememory-size-value
Boolean-value
Read syntax diagramSkip visual syntax diagramYESYNONONOFF01
memory-size-value
Read syntax diagramSkip visual syntax diagraminteger KBMBGB

Command parameters

config-param
Specifies one of the ingest configuration parameters
value
Specifies a value for the ingest configuration parameter. Each configuration parameter accepts either an integer value, a Boolean value, or a memory size value

Examples

INGEST SET num_flushers_per_partition 5;
INGEST SET shm_max_size 2 GB;