Option | QueryResultRowCountLimit | |
Introduced Version | 1.51 | |
Description | How many events a query can return. | |
Default | 500,000 rows | |
100,000 rows | (available in 1.181 only) | |
20,000 rows | (removed in 1.180) | |
200,000 rows | (available 1.182 to 1.185) | |
500,000 rows | (added in 1.186) |
Globally limits how many events a query can return. Defaults to
100,000
or to the value set in
StateRowLimit
, whatever is highest.
Attention
Increasing this value beyond the default limit may cause browser performance issues, including memory exhaustion or UI hanging when rendering large result sets.