This topic describes MaxCompute service notices in 2025. These service notices provide detailed information about the new features, new syntaxes, and permission updates in MaxCompute to help you improve the efficiency of project development.
Dear MaxCompute user,
The MaxCompute-ECS Resource Reuse Edition will be discontinued on January 9, 2026 (UTC+8). If you have projects or jobs that use the os_EcsQuota, please migrate them promptly to either the subscription Standard Edition or the pay-as-you-go Standard Edition.
If you have any questions or need assistance, contact us through your dedicated DingTalk group or the MaxCompute Developer Community group (DingTalk group ID: 11782920).
Thank you for your understanding and cooperation.
December 4, 2025 - Additional notes on CLONE TABLE limits
Dear MaxCompute user,
You cannot use the
CLONE TABLEcommand to copy table data between projects with different storage classes. For example, you cannot use theCLONE TABLEcommand to copy a table from a project with a multi-AZ storage class to a project with a single-AZ storage class, or vice versa.Data replicas are distributed differently in multi-AZ and single-AZ projects. As a result, a full table copy cannot be completed quickly by only CLONE TABLE copying metadata. You must wait for the data to be completely rewritten across availability zones (AZs) in the background.
Recommended solutions for copying tables between projects with different storage classes:
For non-partitioned tables, use
CREATE TABLE ASto migrate data.For partitioned tables, first create a table with
CREATE TABLE LIKE, and then executeINSERT OVERWRITEto migrate the data.
If you have any questions or need technical support, please submit a ticket.
Thank you for choosing Alibaba Cloud.
December 1, 2025 - MaxCompute network upgrade
Dear MaxCompute user,
The MaxCompute leased line network will be gradually upgraded in all regions from December 1, 2025 (Monday) to December 31, 2025 (Wednesday), UTC+8.
This upgrade affects:
The network connectivity of users who have revoked or modified permissions for the
aliyunodpsroleforenirole.The network connectivity of users with overdue payments.
Solutions:
If you have revoked or modified permissions for the
aliyunodpsroleforenirole, log on with the Alibaba Cloud account that created the network connection. Click Authorize to grant the permissions again. For more information, see the MaxCompute documentationNetwork connection process.If your account has an overdue payment, pay the outstanding balance promptly.
If these issues are not resolved by December 31, affected tasks may fail.
If you encounter any issues or need technical support during or after the upgrade, contact us by submitting a ticket.
Thank you for choosing Alibaba Cloud.
November 05, 2025 - MaxCompute adds support for the Ubuntu operating system
Dear MaxCompute user,
MaxCompute now supports the Ubuntu operating system. This update provides developers with greater compatibility and extensibility for building diverse computing environments. This update applies to both built-in and custom images. The technical details are as follows:
A new
ubuntubase operating system image is now available. This image is based on Ubuntu 20.04 LTS and supports the Python 3.7 and Python 3.11 runtime environments. You can seamlessly use this image for MaxCompute SQL development UDFs and framework integration MaxFrame: The distributed AI compute engine to significantly improve cross-platform code porting efficiency and execution performance.You can now use a new Ubuntu base image to build custom images with a Dockerfile. The repository address for the MaxCompute Ubuntu base image is
registry.cn-zhangjiakou.aliyuncs.com/maxcompute_image/ubuntu_20.04:latest.
Thank you for choosing Alibaba Cloud.
November 4, 2025 - MaxCompute Logview security upgrade
Dear MaxCompute user,
MaxCompute plans to start a gradual, full security upgrade for Logview on December 17, 2025 (UTC+8). The upgrade will affect the China (Beijing), China (Hangzhou), China (Shanghai), China East 1 Finance (Hangzhou), China East 2 Finance (Shanghai), China South 1 Finance (Shenzhen), and China North 2 Ali Gov (Beijing) regions.
After the security upgrade, Logview links for jobs that are submitted from shared resource groups for scheduling in DataWorks (Data Development and DataAnalysis) will redirect to the MaxCompute Management Console. Additionally, the upgraded Logview will no longer display job results by default.
Prerequisites
To access the Logview for a job, you must meet both of the following conditions:
Have a valid Alibaba Cloud account and complete identity verification.
Be a member of the MaxCompute project that owns the job. A project administrator can add members to the project.
Important: Logview access issues
You might not be able to access the Logview for a job you submitted if the access identity for the MaxCompute data source in your DataWorks workspace differs from your user identity. This access issue occurs if you are not a member of the MaxCompute project that owns the job. For example, you submit a job to the production environment from a DataWorks workspace in standard mode. If you are not a member of the MaxCompute project for the production environment, you cannot access the Logview for that job.
To avoid this issue, ensure the following:
All team members who need to access Logview have registered an Alibaba Cloud account and completed identity verification.
Promptly add team members to the relevant MaxCompute projects where jobs will run, and grant them the necessary operation permissions.
For more information about user management and authorization, see User planning and management and MaxCompute permissions.
If you have any issues or feedback regarding Logview access or permission configuration, or if you need technical support during or after the upgrade, contact us by submitting a ticket.
Thank you for choosing Alibaba Cloud.
October 30, 2025 - New SQL Analysis features released
Dear MaxCompute user,
The SQL Analysis feature in the Alibaba Cloud MaxCompute console has been upgraded to support evolving cloud native technologies and meet the demand for complex data analytics. The new version is deeply integrated with Data Development (DataStudio) in DataWorks to provide a more efficient, intelligent, and unified experience for data analytics and metadata management. The new SQL Analysis includes features such as built-in data from MaxCompute public datasets, SQL demo scripts for public datasets, an intelligent SQL editor, and a data catalog.
The feature is currently available in the Indonesia (Jakarta) region. Support for more regions will be rolled out in November 2025. Before you use the new version, note the following:
To use the new SQL Analysis, you must activate the pay-as-you-go (Free) DataWorks Basic Edition or any other edition.
The SQL file management process has changed. The new SQL Analysis provides a personal folder for you to create and manage SQL folders and files in the cloud. Local files from the previous workspace are not automatically synchronized to your personal folder. You must manually move these files to your personal folder to edit and use them.
For more information about the features and how to enable them, see SQL analysis.
If you encounter any issues while using the new SQL Analysis, you can contact us by submitting a ticket.
Thank you for choosing Alibaba Cloud.
October 29, 2025 - Append Delta Table is now supported in all regions
Dear MaxCompute user,
Delta Table is a high-performance table format developed by MaxCompute for large-scale analytical datasets. It includes two types: Append Delta Table for tables without a primary key and PK Delta Table for tables with a primary key.
This format is now supported in all regions.
Thank you for choosing Alibaba Cloud.
September 19, 2025 - Announcement on the discontinuation of updates for Hudi and Delta Lake external tables
Dear MaxCompute user:
The default Hudi SDK version for MaxCompute Hudi external tables is
org.apache.hudi:hudi-hadoop-mr-bundle:0.12.2-emr-1.0.6. Effective September 19, 2025, MaxCompute will support only the published external table feature that uses this SDK version. No further SDK updates or new features will be provided.The default Delta Lake SDK version for MaxCompute Delta Lake external tables is
io.delta:delta-core_2.11:0.2.0.5. Effective September 19, 2025, MaxCompute will support only the published external table feature that uses this SDK version. No further SDK updates or new features will be provided.
If you require more features for these two external table formats, consider using Paimon external tables as an alternative.
Thank you for choosing Alibaba Cloud.
September 16, 2025 - Append Delta Table release announcement
Dear MaxCompute user,
Delta Table now supports Append Delta Table for non-primary key tables. The original Delta Table only supported primary key tables. Now, the primary key tables in Delta Table are named PK Delta Table.
Delta Table is a high-performance table format developed by MaxCompute for large-scale analytical datasets. This table format includes two types: Append Delta Tables (without primary keys) and PK Delta Tables (with primary keys). It supports features such as atomicity, consistency, isolation, and durability (ACID) transactions, incremental queries, time travel queries, dynamic cluster bucketing, real-time data updates, and schema evolution.
The MaxCompute platform provides native data lakehouse and near-real-time computing capabilities. You can use standard SQL to create, update, and query Delta Tables without managing the complex underlying storage and metadata. MaxCompute automatically maintains and optimizes these components to provide a balance between ease of use and cost-effectiveness.
The new Delta Table format provides the following benefits:
Balances data freshness and query efficiency for real-time services.
Overcomes the limitations of previous table formats to support business growth.
Balances performance and reliability.
Thank you for choosing Alibaba Cloud.
September 10, 2025 - MaxCompute exclusive resource groups for data transmission to support multiple level-2 quotas
Dear MaxCompute user,
MaxCompute will upgrade the quota management feature for exclusive resource groups for data transmission. The upgrade will start at 19:00 on Wednesday, September 17, 2025 (UTC+8). After the upgrade:
The quota configuration for the MaxCompute Data Transmission Service will be fully aligned with the configuration for computing resource quotas. This lets you manage different types of resources with a single set of rules.
You can create multiple level-2 quotas under a single level-1 quota. This lets you share purchased resources across different services while maintaining resource fencing. You can also set flexible configuration plans and schedules based on service usage patterns, such as during peak and off-peak hours, to prevent resource waste and reduce costs.
The version prior to this upgrade does not support configuration plans and schedules. If you already use the time-sharing feature of the Data Transmission Service, the system will generate a corresponding configuration plan for you. This ensures that the upgrade does not affect your service. You can go to the console to view and modify the plan.
Thank you for choosing Alibaba Cloud.
August 22, 2025 - Notice of console menu bar optimization
Dear MaxCompute user,
The MaxCompute console menu bar will undergo an upgrade starting at 21:00 on Thursday, September 11, 2025 (UTC+8). Key improvements:
Quickly find features and content using the menu bar search function. This change reduces the number of clicks and accelerates information retrieval.
Find items more efficiently in the navigation pane on the left. The pane now has clearer categories and a more logical layout. Frequently used features are expanded by default to reduce the number of clicks and improve accessibility.
Infrequently used features are consolidated under the More option. Tenant Property and Disaster Recovery are now submenus, with related features grouped into tabs.
The following table maps the menu items from the old version to the new version:
New menu item | Old menu item | Related documentation |
Overview | Overview | N/A |
Data Exploration > SQL Analysis | Workspace > SQL Analysis | |
Data Exploration > Notebook | - | N/A |
Configuration > Projects | Workspace > Projects | |
Configuration > Quotas | Workspace > Quotas | |
Configuration (More) > Network Connection | Tenants > Network Connection | N/A |
Configuration (More) > Foreign Server | Tenants > Foreign Server | N/A |
Configuration (More) > Images | Tenants > Images | |
Configuration (More) > Endpoint Management | Workspace > Endpoint Management | |
Configuration (More) > Tenant Property | Tenants > Tenant Property | |
Tenants > Users | ||
Tenants > Roles | ||
Configuration (More) > Disaster Recovery | Disaster Recovery > Zone-disaster Recovery | |
O&M > Resource Observation | Workspace > Resource Observation | |
O&M > Jobs | Workspace > Jobs | |
O&M > Cost Analysis | Cost Management > Cost Analysis | |
Intelligent Optimization > Intelligent Materialized Views | Intelligent Optimization > Intelligent Materialized Views | |
Intelligent Optimization > Data Layout Optimization | Intelligent Optimization > Data Layout Optimization | |
Intelligent Optimization > Computing Resource Config Optimization | Intelligent Optimization > Computing Resource Config Optimization | |
Intelligent Optimization > Tiered Storage Config Optimization | Intelligent Optimization > Tiered Storage Config Optimization | |
Data Transfer > Migration Service | Data Transfer > Migration Service | |
Data Transfer > Data Upload | Data Transfer > Data Upload |
Thank you for choosing Alibaba Cloud.
July 25, 2025 - Unpublishing of the reverse VPC access feature for MaxCompute Spark
Dear MaxCompute user,
The reverse VPC access solution for Spark is being phased out due to technology upgrades. MaxCompute will unpublish this feature on September 30, 2025 (Tuesday) (UTC+8). After this date, you can no longer use this feature for new jobs.
Upgrade your existing MaxCompute Spark reverse VPC access configuration to the direct connection over leased line method as soon as possible. The new method is more stable, performs better, and is more cost-effective. The upgrade steps are as follows:
Enable network connectivity over a leased line.
For more information, see VPC access solution (direct connection over leased line).
Modify the configuration parameters for your Spark job to access the VPC network over a leased line.
If you used the reverse VPC access method, your Spark job was configured with the
spark.hadoop.odps.cupid.vpc.domain.listparameter. The following is an example of the parameter:To switch to the direct connection over leased line method, add the following two configuration parameters to your Spark job. Replace RegionID and VPCID with the actual values.
# Add the following configurations to the /spark-defaults.conf file in DataWorks configuration items. spark.hadoop.odps.cupid.eni.enable = true spark.hadoop.odps.cupid.eni.info = <regionid>:<vpcid>Example:
# For the preceding reverse VPC access example, add the following configuration parameters. spark.hadoop.odps.cupid.eni.enable = true spark.hadoop.odps.cupid.eni.info = cn-beijing:vpc-2zeaeq21mb1dmkqh*****After the configuration is complete, the following information is displayed in the Logview for the Spark job. This indicates that the job now accesses the VPC using the "direct connection over leased line" method.

Thank you for choosing Alibaba Cloud.
July 24, 2025 - MaxCompute network connectivity solution upgrade
Dear MaxCompute user:
The underlying technology of MaxCompute's network connectivity feature in China public cloud regions will upgraded from Monday, July 14 to Thursday, July 31, 2025 (UTC+8). The upgrade includes the following changes:
Before the upgrade (current solution): Two Elastic Network Interfaces (ENIs) are created in your virtual private cloud (VPC).
After the upgrade (new solution): The system automatically creates two reverse endpoints (PVLs) and two security groups to manage the security rules for the PVLs. This process establishes network connectivity for MaxCompute.
After the new network solution is published, two PVLs will appear on the Endpoint page in the VPC Management Console and two security groups on the page in the ECS Console (as shown in the following figures). Additionally, you will receive a notification that PrivateLink is enabled.

This change is an upgrade to strengthen the network architecture and will not affect your services or fees. For more information about the features, see Network connection process.
Thank you for choosing Alibaba Cloud.
March 24, 2025 (UTC+8): Notice on the rollout of the multi-zone storage specification
Dear MaxCompute user,
MaxCompute has officially rolled out the multi-zone storage specification. The original default storage specification is renamed to single-zone storage. For more information about storage specifications and billing, see MaxCompute storage pricing.
We recommend that you use multi-zone storage for data related to your production business to cope with zone-level failures. In the event of a zone-level failure, multi-zone storage ensures the continuity of data read and write services and prevents data loss. For more information about how to use multi-zone storage, see Zone-disaster recovery.
After the rollout of the new storage specification, MaxCompute also optimizes the names of billable items in bills. Changes to the names do not affect your billing and business operations.
Billing code | Original name | New name |
odps_dr_3az_storage | Intra-region Disaster Recovery-Standard Storage Fee | Multi-zone Storage - Standard Storage |
odps_dr_3az_lowFreqStorage | Intra-region Disaster Recovery-IA Storage Fee | Multi-zone Storage - IA Storage |
odps_dr_3az_coldStorage | Intra-region Disaster Recovery-Long-term Storage Fee | Multi-zone Storage - Long-term Storage |
Storage | Storage | Single-zone Storage - Standard Storage |
lowfrequency | Tiered Storage-IA | Single-zone Storage - IA Storage |
longterm | Tiered Storage-Long-term | Single-zone Storage - Long-term Storage |
If you have questions, contact technical support in your private DingTalk group or join the DingTalk group (ID: 11782920) for MaxCompute technical support.
Thank you for your cooperation.
March 18, 2025 (UTC+8): Notice on the release of the clustering optimization recommendation feature
Dear MaxCompute user,
MaxCompute released the clustering optimization recommendation feature in public cloud regions in the Chinese mainland on March 17 (Monday), 2025 (UTC+8). This feature is used to analyze the recent read and write characteristics of tables and generate clustering suggestions to help improve job performance and reduce compute unit (CU) consumption. You can determine whether to apply the clustering suggestions based on the estimated benefits and recommendation details. You can also view the daily benefits after applying the suggestions. For more information, see Clustering optimization recommendation.
If you have questions, contact technical support in your private DingTalk group or the MaxCompute developer community DingTalk group (ID: 11782920).
Thank you for your cooperation.
March 18, 2025 (UTC+8): Notice on the release of custom-policy-based cost estimation for tiered storage configuration optimization
Dear MaxCompute user,
MaxCompute released the custom-policy-based cost estimation feature for tiered storage configuration optimization on March 14 (Friday), 2025 (UTC+8). This feature allows you to estimate storage cost changes based on custom policies in addition to the default policies. This helps you determine how to configure the attributes of tiered storage policies. For more information, see Optimization of storage tiers configuration.
If you have questions, contact technical support in your private DingTalk group or the MaxCompute developer community DingTalk group (ID: 11782920).
Thank you for your cooperation.
March 17, 2025 (UTC+8): Notice on the unit price reduction for storage disaster recovery fees (pay-as-you-go)
Dear MaxCompute user,
MaxCompute will reduce the unit price of storage disaster recovery fees (pay-as-you-go) by about 25% at 00:00 on March 31 (Monday), 2025 (UTC +8). This price adjustment aims to improve the storage disaster recovery capability of users and meet the cost reduction demands of users for multi-zone storage. The following table provides the details.
Storage type | Original unit price | Unit price after adjustment |
Multi-zone storage (standard storage) | Public cloud: 0.001 USD/GB/day Note The unit price in SAU (Riyadh - Partner Region) is 0.0012 USD/GB/day. | Public cloud: 0.00078 USD/GB/day Note The unit price in SAU (Riyadh - Partner Region) is 0.000936 USD/GB/day. |
The price adjustment will have no impact on your business and operations.
If you have questions, contact technical support in your private DingTalk group or join the DingTalk group (ID: 11782920) for MaxCompute technical support.
Thank you for your cooperation.
February 21, 2025 (UTC+8): Notice on the release of the AutoMV feature
Dear MaxCompute user,
MaxCompute has gradually released the Automatic Materialized View (AutoMV) feature in public cloud regions in the Chinese mainland since February 20 (Thursday), 2025 (UTC+8). You can go to the MaxCompute console to enable this feature for a project. The feature takes effect the next day after it is enabled. Then, MaxCompute automatically analyzes the job data of the project in the background, and automatically creates, manages, and uses materialized views based on the analysis results, reducing computing costs and accelerating job execution. On the third day after you enable the feature, you can view the actual revenue and storage usage in the MaxCompute console. For more information, see AutoMV.
During this process, your jobs are almost unaffected. You are charged for the storage of automatically created materialized views based on the unit price of standard storage. No additional service charges are incurred.
The storage usage is controlled in the MaxCompute background. In practical applications, the computing cost savings from this feature usually far exceed the storage cost of the automatically created materialized views.
For more information about the pricing of MaxCompute standard storage, see MaxCompute storage pricing.
To make it easier for you to understand and use the intelligent optimization feature of MaxCompute, the following changes have been made to the menu bar of the MaxCompute console.
Old menu | New menu | References |
If you have questions, contact technical support in your private DingTalk group or the MaxCompute developer community DingTalk group (ID: 11782920).
Thank you for your cooperation.
February 13, 2025 (UTC+8): Notice on the public preview of MaxQA (formerly MCQA 2.0)
Dear MaxCompute user,
MaxCompute will gradually start the public preview of the new query acceleration engine named MaxQA for projects in some regions starting from 09:00 on February 17 (Monday), 2025 (UTC+8). The following table provides the details.
Start time | Region |
February 17, 2025 | China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), and China (Ulanqab) |
March 5, 2025 | China (Hong Kong) |
March 5, 2025 | Japan (Tokyo) |
March 20, 2025 | Singapore and Indonesia (Jakarta) |
March 31, 2025 | Germany (Frankfurt), US (Silicon Valley), and US (Virginia) |
MaxQA is designed to optimize query performance in near real-time scenarios. It can optimize control links, query optimizers, execution engines, storage engines, and cache mechanisms in an exclusive resource pool for query computing. MaxQA is suitable for business scenarios with low latency and high stability, such as BI, interactive analytics, and near real-time data warehousing. The exclusive computing resources required by MaxQA are level-2 quotas of the interactive type in a subscription level-1 quota. For more information, see MaxQA user guide.
To enable the MaxQA feature during the public preview period, you must submit a ticket. To help you make better use of MaxQA, we provide 100 CUs of computing resources (valued at USD 2,200) for one month to support your testing of this feature, thereby reducing your trial costs.
If you have any questions or need assistance when using this feature, you can scan the following QR code to join the official MaxQA support group (ID: 87535025714), or contact us through your private DingTalk group.
Thank you for your cooperation.
January 15, 2025 (UTC+8): Notice on the release of the Overview page in the MaxCompute console
Dear MaxCompute user,
MaxCompute will gradually release the Overview page in all regions starting from 17:00 on January 16 (Thursday), 2025 (UTC+8).
The Overview page provides information such as a quick start guide, a list of global resource instances, followed projects and quotas, related quick actions, alert and risk warnings, and product updates. After you log on to the MaxCompute console, the Overview page appears by default. This helps you quickly start O&M and management.
If you have questions, contact technical support in your private DingTalk group or the MaxCompute developer community DingTalk group (ID: 11782920).
Thank you for your cooperation.