All Products
Search
Document Center

PolarDB:Differences between Enterprise Edition and Standard Edition

Last Updated:Mar 28, 2026

PolarDB for MySQL offers two editions: Enterprise Edition and Standard Edition. Both share a broad set of capabilities across cluster management, scaling, high availability, security, and monitoring. The key differences are in advanced cluster topologies, AI integration, and certain storage and performance features that require specific configurations.

Enterprise Edition is built for workloads that need global disaster recovery, AI-driven database management, or more than 7 read-only nodes. It supports Multi-master Cluster (Limitless) Edition, global database networks (GDNs), and PolarDB for AI.

Standard Edition covers the majority of production workloads. It supports the YiTian ARM architecture and provides a cost-effective starting point with all core capabilities.

Feature comparison

Cluster management

FeatureDescriptionEnterprise EditionStandard Edition
x86 architecturePairs with Intel processors and high-performance network infrastructure to deliver enhanced performance and stability for enterprise workloads.SupportedSupported
YiTian ARM architectureUses YiTian 710 chips developed by Alibaba Cloud and 25 Gigabit Ethernet smart network interface cards (NICs) to provide strong computing power.Not supportedSupported (MySQL 8.0.1 only)
Cluster Edition (1 primary + read-only nodes)Distributes workloads across one primary node and up to 15 (Enterprise) or 7 (Standard) read-only nodes. The primary node handles read and write requests; read-only nodes handle read requests. Uses active-active failover between nodes.Up to 15 read-only nodesUp to 7 read-only nodes
Multi-master Cluster (Limitless) EditionRuns multiple primary nodes to support concurrent writes from different compute nodes. Allows dynamic primary node switching within seconds.Supported (MySQL 8.0 only)Not supported
GDNA global database network (GDN) links multiple PolarDB clusters across regions within a country. All clusters replicate data and handle read requests. Write requests are forwarded to the primary cluster for geo-disaster recovery.SupportedNot supported
X-Engine EditionBuilt on the log-structured merge-tree (LSM tree) architecture with the Zstandard (ZSTD) compression algorithm. Reduces storage usage by up to 70% compared to InnoDB.Supported (MySQL 8.0 only)Supported (MySQL 8.0 only)
Cluster recycleStores released PolarDB clusters. Restore a released cluster to a new cluster, or delete its backup sets.SupportedSupported
Parameter managementModify cluster and node parameters in the PolarDB console. Export modified parameters as a template and apply it to clusters in the same region.SupportedSupported
Version managementUpdate PolarProxy, the database engine, or both independently across the three architectural layers of a PolarDB cluster.SupportedSupported

Scaling

FeatureDescriptionEnterprise EditionStandard Edition
Add or remove read-only nodesManually add read-only nodes with the required specifications or remove nodes you no longer need.SupportedSupported
Specification changeChange cluster specifications online without locking the cluster. Supports compute scale-up/down and storage scale-in/out.SupportedSupported
ServerlessScales resources automatically based on workload, removing the need for manual capacity planning.SupportedSupported

High performance

FeatureDescriptionEnterprise EditionStandard Edition
IMCIIn-Memory Column Index (IMCI) enables hybrid transactional and analytical processing (HTAP) by supporting OLAP queries on the same cluster as OLTP workloads.Supported (MySQL 8.0 only)Supported (MySQL 8.0 only)
ePQElastic parallel query (ePQ) runs queries in parallel across a single node or across multiple nodes in the cluster with adaptive scheduling.Supported (MySQL 8.0 only)Supported (MySQL 8.0.1 only)
SQL query optimizationsIncludes subquery decorrelation, left join elimination, join condition pushdown, cost-based query transformation, computing pushdown, Partial Result Cache (PTRC), and IN predicate conversion.Supported (MySQL 8.0 only)Supported (MySQL 8.0 only)
DDL execution optimizationsIncludes instant ADD COLUMN, parallel DDL, DDL I/O performance optimization, faster TRUNCATE/DROP TABLE, nonblocking DDL, DDL physical replication optimization, async metadata lock replication, prevention of long-running transactions blocking DDL, preemptible DDL, and DDL execution status visibility.SupportedSupported
High concurrency optimizationIncludes Concurrency Control (CCL), inventory hints, statement queue, and hot row optimization for high-concurrency scenarios.SupportedSupported
Transaction system optimizationPolarTrans uses Commit Timestamp Store (CTS) and Remote Direct Memory Access (RDMA) to improve read/write performance in highly concurrent OLTP scenarios, including global consistency (high-performance mode).SupportedSupported (PSL4 or PSL5 storage class only)
Partitioned tableFully compatible with native MySQL partition syntax. Supports more partition types and combinations with better performance than native MySQL.SupportedSupported

Backup and restoration

FeatureDescriptionEnterprise EditionStandard Edition
Backup and restorationSupports full data backup and incremental log backup. Restore to any point in time using a full backup set and redo logs.SupportedSupported
Flashback queryRetrieve data from clusters, databases, and tables as it existed at a past point in time.SupportedSupported
Database and table restorationRestore backup data to new databases or tables without overwriting existing data. Specify new names to restore from one database to another.SupportedSupported

High availability

FeatureDescriptionEnterprise EditionStandard Edition
Single-zone high availabilityThe multi-node architecture automatically fails over to a read-only node when the primary node fails. The read-only node becomes the new primary node.SupportedSupported
Multi-zone high availabilityDeploy a cluster across multiple zones to withstand data center-level faults. Change the primary zone as needed.SupportedSupported
Failover with hot standbyEnable hot standby on read-only nodes to improve failover speed and preserve transaction state.SupportedSupported

High security

FeatureDescriptionEnterprise EditionStandard Edition
Account managementManage Alibaba Cloud console accounts and database accounts.SupportedSupported
Cluster whitelistsRestrict cluster access to specific IP addresses or Elastic Compute Service (ECS) instances in configured security groups.SupportedSupported
SSL encryptionEncrypt connections at the transport layer using SSL certificates from certificate authorities (CAs) to protect data in transit.SupportedSupported
TDETransparent Data Encryption (TDE) performs real-time I/O encryption and decryption on data files. Encrypts data before writing to disk; decrypts when reading to memory. Does not increase file size and requires no application changes.SupportedSupported
SQL firewallPolarProxy identifies and blocks SQL statements based on configurable blacklist and whitelist rules.SupportedSupported
Dynamic data maskingMask sensitive data in real time before exposing it to third parties for reporting, analysis, or development and test activities.SupportedSupported
PolarDB Always-confidentialImplements end-to-end encryption by encrypting data on the client side before it reaches the database. Plaintext data is never visible to the database server.SupportedSupported

Connection management

FeatureDescriptionEnterprise EditionStandard Edition
Connection poolReduces connection overhead with session-level and transaction-level connection pools. Choose the pool type based on your workload.SupportedSupported
Persistent connectionMaintains stable connections through O&M activities (specification upgrades, switchovers, minor version updates) and server anomalies.SupportedSupported
Consistency levelsThree levels to balance consistency and performance: eventual consistency, session consistency, and global consistency.SupportedSupported
Global consistency (high-performance mode)PolarTrans uses CTS and RDMA at the kernel level to enforce strong consistency for all read requests forwarded to any read-only node.SupportedSupported (PSL4 or PSL5 storage class only)

Cost-effectiveness

FeatureDescriptionEnterprise EditionStandard Edition
Cold data archivingArchive cold data to Object Storage Service (OSS) to reduce storage costs.Supported (MySQL 8.0 only)Supported (MySQL 8.0 only)
Data compressionX-Engine Edition, developed by Alibaba Cloud, uses LSM tree architecture to compress archive data and reduce storage costs.Supported (MySQL 8.0 only)Supported (MySQL 8.0 only)
OSS foreign tableQuery cold data archived to OSS directly from PolarDB without moving data back into the cluster.Supported (MySQL 8.0 only)Supported (MySQL 8.0 only)

Monitoring and optimization

All monitoring and optimization features integrate with Database Autonomy Service (DAS).

FeatureDescriptionEnterprise EditionStandard Edition
DiagnosisProvides autonomy center, session management, real-time monitoring, storage analysis, deadlock analysis, diagnostic reports, and Performance Insight.SupportedSupported
Autonomy centerDAS automatically performs root cause analysis and applies optimizations when exceptions occur, based on your authorization.SupportedSupported
Session managementView session statistics for a cluster.SupportedSupported
Real-time monitoringTrack QPS, TPS, and network traffic for a cluster in real time.SupportedSupported
Storage analysisView storage overview including available days, tablespace usage, fragmentation percentage, and exception analysis.SupportedSupported
Deadlock analysisAnalyze the most recent deadlock on a database and inspect the analysis details.SupportedSupported
Diagnostic reportsCreate and view diagnostic reports with customizable conditions.SupportedSupported
Performance InsightAggregate SQL statistics, evaluate cluster workloads, and identify the root causes of performance issues.SupportedSupported
Performance monitoringMonitor performance metrics at second-level intervals and identify faults from monitoring data.SupportedSupported
Slow SQL queryView slow SQL trends and statistics. Get diagnostic results and optimization suggestions.SupportedSupported
SQL Explorer and AuditFull-request logging with search, SQL Explorer, security audit, and traffic playback and stress testing. Helps troubleshoot performance issues and identify high-risk sources.SupportedSupported

DB for AI

FeatureDescriptionEnterprise EditionStandard Edition
PolarDB for AIIntegrates MLOps and built-in models to deliver a one-stop database service that combines data, features, and models in a single system.Supported (MySQL 8.0 only)Not supported

Data migration and synchronization

FeatureDescriptionEnterprise EditionStandard Edition
Migration from ApsaraDB RDSMigrate data from an ApsaraDB RDS instance to a PolarDB cluster without changing endpoints.SupportedSupported
Migration from self-managed MySQLMigrate data from a self-managed MySQL database to a PolarDB cluster.SupportedSupported