Dynamic Configuration Parameters

Dynamic Configuration parameters allow for setting configuration values for the cluster while it is running.

Table: Dynamic Configuration Parameters Table

VariableDefault ValueAvailabilityDescription
BucketStorageKeySchemeVersion2 MBadded in 1.51 Sets a new format for the keys (file names) placed in the bucket.
BucketStorageWriteVersion3added in 1.68 Allows files larger than 2GB in bucket storage for less memory pressure.
FdrEnablefalseadded in 1.40 Turns FDR polling on/off on the entire cluster with a single update.
FdrExcludedNodesemptyadded in 1.40 Excludes specific nodes from polling from FDR.
FdrMaxNodes5 nodesadded in 1.40 Maximum number of nodes that simultaneously poll data from the same FDR feed.
GroupDefaultLimit20,000 group elementsadded in 1.51 Default limit of group elements allowed in functions like groupBy() or selfJoin().
GroupMaxLimit1,000,000 group elementsadded in 1.51 Maximum limit of group elements allowed in groupBy().
JoinRowLimit200,000 rowsadded in 1.51

Max number of rows that join() and selfJoin() can return.

LiveQueryMemoryLimit100,000,000 bytesdeprecated in 1.116, added in 1.51 Amount of memory that a live query can consume during its execution.
MaxIngestRequestSize33,554,432 bytesadded in 1.64 Size limit of ingest requests after content-encoding has been applied.
QueryMemoryLimit100,000,000 bytesdeprecated in 1.116, added in 1.51 How much memory a non-live query can consume during its execution.
QueryResultRowCountLimit500,000 rowsadded in 1.51 How many events a query can return.
StateRowLimit500,000 rowsadded in 1.51

Maximum number of rows allowed in functions.

TargetMaxRateForDatasource2 MBadded in 1.51 Target maximum rate of ingest for each shard of a datasource.
UndersizedMergingRetentionPercentage20 %added in 1.63.1 Time span percentage that can be merged together when selecting undersized segments to merge.