bigframes._config.ComputeOptions.enable_multi_query_execution#
- ComputeOptions.enable_multi_query_execution: bool = False#
If enabled, large queries may be factored into multiple smaller queries.
This is in order to avoid generating queries that are too complex for the query engine to handle. However this comes at the cost of increase cost and latency.
- Returns:
True if enabled.
- Return type:
bool | None