Skip to main content

Limitations and Setup Guide

Refer to the following limitations for optimization when running queries in Data Query.

Query settings

ItemValueDescription
Max Query Run Time1hMax time a query runs on the cluster
- The query stops after this time
Max Query Length256KBMax character length of SQL query text
- Queries exceeding this length will not be processed and end with QUERY_TEXT_TOO_LARGE error

Hive Connector settings

ItemValueDescription
Table Storage FormatORCDefault file format when creating new tables
- ORC(default), Parquet, Avro, JSON, CSV, TEXT
Data Storage Compression CodecGZIPCompression codec used when storing data
Max Partitions Scanable Per Single Table10,000 pcsMax number of partitions for scanning a single table
Max Partitions Scanable Per Single Query10,000 pcsMax number of partitions scanned in a single query
Max Files Scanable Per Single Query10,000 pcsMax number of files scanned in a single query

MySQL connector settings

ItemValueDescription
Case Sensitivity for Table/SchemafalseCase-insensitive schema and table names supported
- true, false

Resource group settings

ItemValueDescription
Max Queue Queries50 pcsMax number of queries allowed in queue
Max Concurrent Queries10 pcsMax number of queries running concurrently
- New queries rejected if exceeded