Query Options
This document contains all the available query options
Supported Query Options
Key
Description
Default Behavior
Timeout of the query in milliseconds
Set Query Options
After release 0.11.0, query options can be set using the SET statement:
OPTION keyword (deprecated)
Before release 0.11.0, query options can be appended to the query with the OPTION keyword:
Query options can be specified in API using queryOptions as key and ';' separated key-value pairs.
Alternatively, we can also use the SET keyword in the sql query.