Option | StateRowLimit | |
Description |
Maximum number of rows allowed in functions. | |
Introduced Version | 1.51 | |
Default | 200,000 rows |
Maximum number of rows allowed in functions.
Attention
It is strongly recommended to not change this limit beyond its current default value as the consequences of doing so are cluster instability or cluster crashes.
If you experience a lot of query load, particularly from the
sort()
, table()
,
head()
, and tail()
functions, decreasing this limit can help alleviate said load,
as it lowers the amount of events those functions are allowed
to collect.