Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Query engine limits

Whenever any of these limits are reached, the query is cancelled and a error 109 is returned.

Regex maximum steps

There is a limit based on the number of steps that are required to solve the regex. This limit is calculated using a complex formula and is a function of the string size.

Maximum memory usage

There is a limit in the amount of memory that can be used to calculate aggregations. This limit depends on the number of concurrent queries running at the same time in the platform.

Subqueries memory limit

Subqueries are limited in three different ways:

Max memory

  • 32 KB for a single subquery

  • 64 KB for all subqueries

CPU

10 minutes CPU time

Execution time

The maximum time to run a subquery before finalising is 20 minutes.

Collect operations limit

100,000 elements for collect, collectSorted, collectDistinct and the percentile operations.

  • No labels