All Products
Search
Document Center

ApsaraDB RDS:Limits of RDS MariaDB

Last Updated:Mar 28, 2026

RDS MariaDB enforces the following constraints to ensure service stability and security. Review these limits before you design your application or migrate an existing database.

ItemLimit
Parameter modificationModify parameters through the RDS console or API. Some security-related parameters are locked and cannot be modified. For details, see Use the console to set parameters.
Root and sa accountsThe root and sa accounts are not available.
Database backupLogical backups: use any supported command-line interface (CLI) or graphical user interface (GUI) tool. Physical backups: use the RDS console or API only.
Data restorationLogical restore: use any supported CLI or GUI tool. Physical restore: use the RDS console or API only.
Storage engineInnoDB is the only supported storage engine. We recommend that you use InnoDB for performance and security purposes. The MEMORY engine is not supported — tables created with the MEMORY engine are automatically converted to InnoDB.
Database replicationRDS MariaDB uses a dual-node cluster based on a primary/secondary replication architecture. The secondary instance is not directly accessible to your application.
Instance restartRestart instances through the RDS console or API.