This topic describes how to use Hologres Shared Cluster (BI-based MaxCompute Acceleration Edition).
Prerequisites
- An Alibaba Cloud account is created.
- Real-name verification is complete.
- Quick BI is activated. For more information, see Purchases, upgrades, downgrades, renewals, and overdue payments.
Limits
Hologres Shared Cluster (BI-based MaxCompute Acceleration Edition) has the following
limits:
- Hologres Shared Cluster (BI-based MaxCompute Acceleration Edition) does not allow you to create internal tables. You can create only foreign tables to accelerate queries on data in MaxCompute tables.
- Hologres Shared Cluster (BI-based MaxCompute Acceleration Edition) instances share resources. The specifications of an instance cannot be upgraded or downgraded.
- Hologres Shared Cluster (BI-based MaxCompute Acceleration Edition) can scan a maximum of 1,024 partitions from a partitioned table during a single query.
- Data types such as MAP, LIST, and STRUCT are not supported. For more information about data type mappings between MaxCompute and Hologres, see Data types.
- Hologres Shared Cluster (BI-based MaxCompute Acceleration Edition) can scan a maximum of 200 GB data from a table during a single query.
- The size of a query statement that you commit cannot exceed 100 KB.
- By default, the query timeout period is 30 minutes. You can change the query timeout period by modifying the statement_timeout parameter.
- The total number of the JOIN and GROUP BY keywords in a single query cannot be greater than 20.
- You cannot use the COPY statement to import or export data.
- You can create only the hive_compatible extension. You cannot create other extensions. For more information, see GET_JSON_OBJECT.
- You cannot execute the ANALYZE statement on tables.
- Hologres Shared Cluster (BI-based MaxCompute Acceleration Edition) does not support
DML statements and supports only the following DDL statements:
- DATABASE
- CREATE DATABASE
- ALTER DATABASE
- DROP DATABASE
- SCHEMA
- CREATE SCHEMA
- ALTER SCHEMA
- DROP SCHEMA
- FOREIGN TABLE
- CREATE FOREIGN TABLE
- DROP FOREIGN TABLE
- IMPORT FOREIGN SCHEMA
- DATABASE
Use Hologres Shared Cluster (BI-based MaxCompute Acceleration Edition)
Data type mappings
For more information about data type mappings between Hologres and MaxCompute, see Data types.