Allow Large ResultSet
- Last Updated: August 22, 2023
- 1 minute read
- DataDirect Connectors
- ODBC
- Google Bigquery 8.0
- Documentation
Attribute
AllowLargeResultSet (ALR)
Purpose
Determines whether the driver returns results larger than 128 MB for legacy SQL
queries.
Note: When AllowLargeResultSet is set to
true, the results are stored in the dataset and
table specified using LegacyDataset and LegacyTable properties.Valid Values
false | true
Behavior
If set to false, the driver does not
support query results larger than 128 MB.
If set to true, the driver supports query
results larger than 128 MB.
Default
false