The world's most popular open source database
Disk data objects are subject to the following maximums:
Maximum number of tablespaces: 2^32 (4294967296)
Maximum number of data files per tablespace: 2^16 (65535)
The theoretical maximum number of extents per tablespace data file is 2^16 (65525); however, for practical purposes, the recommended maximum number of extents per data file is 2^8 (32768).
Maximum data file size: The theoretical limit is 64G; however, in MySQL 5.1 (including MySQL Cluster NDB 6.X and 7.X through 7.1), the practical upper limit is 32G. This is equivalent to 32768 extents of 1M each.
The minimum and maximum possible sizes of extents for
tablespace data files are 32K and 2G, respectively.
See Section 12.1.18, “CREATE TABLESPACE Syntax”, for more
information.
Use of Disk Data tables is not supported when running the cluster in diskless mode. Beginning with MySQL 5.1.12, it is disallowed altogether. (Bug#20008)


User Comments
Add your own comment.