发新话题
打印

MySQL支持的数据最大容量

MySQL支持的数据最大容量

具体查看mysql 手册

A.1.2.11. The table is full
也就是说单表的数据在当前流行的linux版本上可以支持到4T。
同时mysql也提供了一个系统参数
myisam_data_pointer_size
The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified. This variable cannot be less than 2 or larger than 7. The default value is 4. This variable was added in MySQL 4.1.2.
4.1.2开始增加这个参数的。 可以放在配置文件里面 a value of 6 allows tables up to 256TB.

TOP

256TB,太强大了,不知道这个时候数据的查询速度如何?

TOP

发新话题
最近访问的版块