Skip to content

Commit 7c192ff

Browse files
committed
adding limiation for azure innodb mariadb file
1 parent 2389cfe commit 7c192ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/mariadb/concepts-limits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The following are unsupported:
5151
- DEFINER: Requires super privileges to create and is restricted. If importing data using a backup, remove the `CREATE DEFINER` commands manually or by using the `--skip-definer` command when performing a mysqldump.
5252
- System databases: The [mysql system database](https://mariadb.com/kb/en/the-mysql-database-tables/) is read-only and used to support various PaaS functionalities. You can't make changes to the `mysql` system database.
5353
- `SELECT ... INTO OUTFILE`: Not supported in the service.
54+
- Azure Database for MariaDB supports at largest, **1 TB**, in a single data file. If your database size is larger than 1 TB, you should create the table in [innodb_file_per_table](https://mariadb.com/kb/en/innodb-system-variables/#innodb_file_per_table) tablespace. If you have a single table size larger than 1 TB, you should use the partition table.
5455

5556
### Supported
5657

0 commit comments

Comments
 (0)