Skip to content

Commit 380b368

Browse files
Merge pull request #284154 from code-sidd/8tb
new changes accommodated
2 parents 46b00ee + 53426d5 commit 380b368

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/mysql/flexible-server/concepts-server-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The [Physical Memory Size](./concepts-service-tiers-storage.md#physical-memory-s
9797

9898
MySQL stores the InnoDB table in different tablespaces based on the configuration you provided during the table creation. The [system tablespace](https://dev.mysql.com/doc/refman/5.7/en/innodb-system-tablespace.html) is the storage area for the InnoDB data dictionary. A [file-per-table tablespace](https://dev.mysql.com/doc/refman/5.7/en/innodb-file-per-table-tablespaces.html) contains data and indexes for a single InnoDB table, and is stored in the file system in its own data file. This behavior is controlled by the `innodb_file_per_table` server parameter. Setting `innodb_file_per_table` to `OFF` causes InnoDB to create tables in the system tablespace. Otherwise, InnoDB creates tables in file-per-table tablespaces.
9999

100-
Azure Database for MySQL flexible server supports at largest, **4 TB**, in a single data file. If your database size is larger than 4 TB, you should create the table in [innodb_file_per_table](https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_file_per_table) tablespace. If you have a single table size larger than 4 TB, you should use the partition table.
100+
Azure Database for MySQL flexible server supports at largest, **8 TB**, in a single data file. If your database size is larger than 8 TB, you should create the table in [innodb_file_per_table](https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_file_per_table) tablespace. If you have a single table size larger than 8 TB, you should use the partition table.
101101

102102
### innodb_log_file_size
103103

articles/mysql/flexible-server/whats-new.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ This article summarizes new releases and features in the Azure Database for MySQ
2626
2727
## August 2024
2828

29+
30+
- **Azure Database for MySQL Flexible Server now supports up to 8 TB in a single data file!**
31+
32+
Azure Database for MySQL now supports single InnoDB data files up to **8 TB** in size, enabling users to store larger datasets within a single file. This enhancement reduces the need for data partitioning and streamlines database management, making it easier to handle substantial volumes of data using the InnoDB storage engine. [Learn more.](./concepts-server-parameters.md#innodb_file_per_table)
33+
2934
- **Major version upgrade support for Burstable compute tier**
3035

3136
Azure Database for MySQL now offers major version upgrades for Burstable SKU compute tiers. This support automatically upgrades the compute tier to General Purpose SKU before performing the upgrade, ensuring sufficient resources. Customers can choose to revert back to Burstable SKU after the upgrade. Additional costs may apply. [Learn more](how-to-upgrade.md#perform-a-planned-major-version-upgrade-from-mysql-57-to-mysql-80-using-the-azure-portal-for-burstable-sku-servers)

0 commit comments

Comments
 (0)