This page describes limitations implemented on query execution.
Every query has a timeout limit of 1000 seconds.
Every user can run only one query in parallel.
Every query's output size is limited to 200KB.
Note that the Python environment is very strictly sandboxed and does not have all of the built-in functions and features.
Last updated 1 year ago