All Products
Search
Document Center

ApsaraDB RDS:Overview of AliSQL features

Last Updated:Mar 28, 2026

AliSQL is an independent MySQL branch developed by Alibaba Cloud. It includes all MySQL Community Edition features and adds enterprise-grade capabilities — backup and restoration, monitoring, performance optimization, read-only instances, and Oracle-compatible features like the Sequence Engine.

Introduction to AliSQL

AliSQL builds on MySQL Community Edition and closes the gap with MySQL Enterprise Edition by providing:

  • Enterprise-grade backup and restoration — hot backup for InnoDB, point-in-time recovery (PITR), and database- and table-level restoration

  • Thread pool — decouples threads from sessions so a small number of threads can handle high-concurrency workloads efficiently

  • Performance optimization — parallel query, Binlog in Redo, Statement Queue, and other features that reduce latency and increase throughput under load

  • Oracle compatibility — the Sequence Engine simplifies migrating Oracle workloads that depend on sequence-based ID generation

ApsaraDB RDS for MySQL extends AliSQL further with managed-service capabilities: cross-region backup, SQL Insights, Enhanced Monitor, and a single-tenant database proxy.

Version support

The following table lists AliSQL features and the MySQL versions that support them.

Functionality

FeatureDescriptionMySQL 8.0MySQL 5.7MySQL 5.6
Native FlashbackQuery or restore data at a specified point in time by running SQL statements — get historical data back immediately after accidental operations.SupportedNot supportedNot supported
Thread PoolSeparates threads from sessions so a small number of threads process all active sessions, reducing overhead under high connection counts.SupportedSupportedSupported
Statement OutlineStabilizes query execution plans using optimizer hints and index hints. Install the DBMS_OUTLN package to use this feature.SupportedSupportedNot supported
Sequence EngineSimplifies sequence value generation for Oracle-compatible workloads.SupportedSupportedSupported
ReturningAllows DML statements to return result sets. Install the DBMS_TRANS package to use this feature.SupportedNot supportedNot supported
EncDBEncrypts specified data columns so unauthorized users cannot access plaintext through cloud platform software or tools.Not supportedSupportedNot supported

Performance

FeatureDescriptionMySQL 8.0MySQL 5.7MySQL 5.6
Fast Query CacheAn Alibaba Cloud redesign of the native MySQL query cache with a new implementation mechanism that improves query performance.Not supportedSupportedNot supported
Binlog in RedoWrites binary logs to the redo log file at transaction commit, reducing disk I/O and improving write throughput.SupportedNot supportedNot supported
Statement QueueQueues statements that operate on the same resources (for example, the same table row) into the same bucket, reducing conflict overhead.SupportedSupportedNot supported
Inventory HintWorks with the Returning and Statement Queue features to commit and roll back transactions faster, increasing application throughput.SupportedSupportedSupported
Binlog Parallel FlushWrites binary logs in parallel at transaction commit, removing write bottlenecks in high-concurrency scenarios.SupportedNot supportedNot supported

Stability

FeatureDescriptionMySQL 8.0MySQL 5.7MySQL 5.6
Faster DDLOptimizes buffer pool management to reduce the performance impact of DDL operations and increase the allowed number of concurrent DDL operations.SupportedSupportedSupported
Statement Concurrency ControlControls statement concurrency based on syntax rules. Install the DBMS_CCL package to use this feature.SupportedSupportedNot supported
Performance AgentA MySQL extension that collects and analyzes instance performance metrics.SupportedSupportedSupported
Purge Large File AsynchronouslyDeletes large files asynchronously to avoid I/O spikes that affect instance stability.SupportedSupportedSupported
Performance InsightProvides load monitoring, association analysis, and performance optimization at the instance level, helping you identify and resolve performance bottlenecks.SupportedSupportedNot supported
Commit optimization for large transactionsOptimizes large transaction commits (binlog cache free flush) to prevent excessive binary log write latency and keep the instance responsive.SupportedNot supportedNot supported

High security

FeatureDescriptionMySQL 8.0MySQL 5.7MySQL 5.6
Recycle BinTemporarily retains deleted tables for a configurable period so you can recover them after accidental drops. Install the DBMS_RECYCLE package to use this feature.SupportedNot supportedNot supported

Feature list

Classification

Feature

Community Edition

Official Enterprise Edition

AliSQL kernel (5.7 & 8.0)

Alibaba Cloud RDS for MySQL

Enterprise value-added service

24/7 support

Not provided

Emergency troubleshooting

Not provided

Expert service consultant support

Not provided

MySQL Features

MySQL Database Server

MySQL Connectors

Supports public distributions

Supports public distributions

MySQL Replication

MySQL Router

MaxScale (supported in MySQL 8.0)

Database proxy for single-tenant instances

MySQL Partitioning

Storage Engine

InnoDB

MyISAM

NDB

InnoDB

MyISAM

NDB

InnoDB

X-Engine

InnoDB

X-Engine

Oracle Compatibility

Sequence Engine

Not provided

Not provided

Supported in MySQL 8.0

Supported in MySQL 8.0

MySQL Enterprise Monitor

Enterprise Dashboard

Not provided

In development

Enhanced Monitor

Query Analyzer

Not provided

In development

Performance Insight

Replication Monitor

Not provided

In development

Enhanced OS Metrics

Not provided

Not provided

Not provided

Enhanced Monitor

MySQL Enterprise Backup

Hot backup for InnoDB

Not provided

Full, Incremental, Partial, Optimistic Backups

Not provided

Database-level and table-level backup

Full, Partial, Selective, Hot Selective restore

Not provided

Database-level and table-level restoration

Point-In-Time-Recovery

Not provided

Cross-Region Backup

Not provided

Not provided

Not provided

Cross-region backup

Recycle bin

Not provided

Not provided

Supported in MySQL 8.0

Supported in MySQL 8.0

Flashback

Not provided

Not provided

MySQL Enterprise Security

Enterprise TDE

Local key replacement

BYOK TDE, Key Rotating

BYOK TDE, Key Rotating

Enterprise Disk Data Encryption at Rest

Not provided

Not provided

Not provided

BYOK encryption at rest

Enterprise Encryption

SSL

SSL

SSL

SQL Explorer

Not provided

SQL Explorer

SQL Explorer

SM4 security encryption algorithm

Not provided

Not provided

EncDB

Not provided

Not provided

Supported in MySQL 5.7

Supported in MySQL 5.7

MySQL Enterprise Scalability

Thread Pool

Not provided

Supported in MySQL 8.0

Supported in MySQL 8.0

Enterprise Readonly Request Extention

Not provided

Not provided

Read-only instance

MySQL Enterprise Reliability

Statement Outline

Not provided

Not provided

Inventory Hint

Not provided

Not provided

SQL throttling

Not provided

Not provided

Hot SQL Firewall

Not provided

Not provided

MySQL Enterprise High-Availability

Enterprise Automatic Failover Switch

Not provided

Not provided

Requires a third-party HA mechanism

High-availability series

Multi-Source Replication

HA for read-only instances

Features

The following tables compare AliSQL (MySQL 5.7 and MySQL 8.0) with MySQL Community Edition, MySQL Enterprise Edition, and ApsaraDB RDS for MySQL.

Enterprise-grade value-added services

FeatureMySQL Community EditionEnterprise EditionAliSQL (MySQL 5.7 and MySQL 8.0)ApsaraDB RDS for MySQL
24/7 supportNot supported
Emergency troubleshootingNot provided
Expert supportNot supported

MySQL features

FeatureMySQL Community EditionEnterprise EditionAliSQL (MySQL 5.7 and MySQL 8.0)ApsaraDB RDS for MySQL
MySQL Database Server
MySQL ConnectorsSupported for public versionsSupported for public versions
MySQL Replication
MySQL RouterMaxScale supported for MySQL 8.0Single-tenant database proxy
MySQL Partitioning
Storage engineInnoDB, MyISAM, NDBInnoDB, MyISAM, NDBInnoDB, X-EngineInnoDB, X-Engine

Oracle compatibility

FeatureMySQL Community EditionEnterprise EditionAliSQL (MySQL 5.7 and MySQL 8.0)ApsaraDB RDS for MySQL
Sequence EngineNot providedNot providedSupported for MySQL 8.0Supported for MySQL 8.0

MySQL Enterprise Monitor

FeatureMySQL Community EditionEnterprise EditionAliSQL (MySQL 5.7 and MySQL 8.0)ApsaraDB RDS for MySQL
Enterprise DashboardNot providedUnder developmentEnhanced Monitor
Query AnalyzerNot supportedUnder developmentPerformance Insight
Replication MonitorNot providedUnder development
Enhanced OS MetricsNot supportedNot providedNot supportedEnhanced Monitor

MySQL Enterprise Backup

FeatureMySQL Community EditionEnterprise EditionAliSQL (MySQL 5.7 and MySQL 8.0)ApsaraDB RDS for MySQL
Hot backup for InnoDBNot provided
Full, incremental, partial, and optimistic backupsNot supportedDatabase- and table-level backup supported
Full, partial, selective, and hot selective restoreNot supportedDatabase- and table-level restoration supported
Point-in-time recovery (PITR)Not available
Cross-region backupNot supportedNot supportedNot supportedCross-region backup supported
Recycle binNot providedNot supportedSupported for MySQL 8.0Supported for MySQL 8.0
FlashbackNot supportedNot provided

MySQL Enterprise Security

FeatureMySQL Community EditionEnterprise EditionAliSQL (MySQL 5.7 and MySQL 8.0)ApsaraDB RDS for MySQL
Enterprise TDELocal key replacement supportedBYOK-based TDE and key rotation supportedBYOK-based TDE and key rotation supported
Enterprise disk data encryption at restNot supportedNot supportedNot supportedBYOK-based disk encryption supported
Enterprise encryptionSSLSSLSSL
SQL ExplorerNot supportedSQL InsightsSQL Insights
SM4 encryption algorithmNot providedNot supported
EncDBNot supportedNot supportedSupported for MySQL 5.7Supported for MySQL 5.7

MySQL Enterprise Scalability

FeatureMySQL Community EditionEnterprise EditionAliSQL (MySQL 5.7 and MySQL 8.0)ApsaraDB RDS for MySQL
Thread PoolNot providedSupported for MySQL 8.0Supported for MySQL 8.0
Enterprise readonly request extensionNot providedNot supportedRead-only instances supported

MySQL Enterprise Reliability

FeatureMySQL Community EditionEnterprise EditionAliSQL (MySQL 5.7 and MySQL 8.0)ApsaraDB RDS for MySQL
Statement OutlineNot supportedNot supported
Inventory HintNot providedNot supported
Statement Concurrency ControlNot supportedNot available
Hot SQL FirewallNot supportedNot supported

MySQL Enterprise High-Availability

FeatureMySQL Community EditionEnterprise EditionAliSQL (MySQL 5.7 and MySQL 8.0)ApsaraDB RDS for MySQL
Enterprise Automatic Failover SwitchNot providedNot providedThird-party high-availability mechanism requiredRDS High-availability Edition
Multi-Source ReplicationHighly available read-only instances supported

References