In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
MyISAM Engine:
By default, MySQL creates MyISAM tables with a maximum allowable size of 4GB. You can check the maximum size of the table using the SHOW TABLE STATUS statement or myisamchk -dv tbl_name.
If you need MyISAM tables larger than 4 GB (and your operating system supports large files), use CREATE TABLE with AVG_ROW_LENGTH and MAX_ROWS options. Once the table is created, you can also change these options using ALTER TABLE to increase the maximum allowable size of the table.
InnoDB Engine:
When shared tablespaces are used, all Innodb data is stored in a single tablespace, which can be composed of many files, and a table can exist across multiple files, so its size limit is no longer a file size limit, but its own limit. As you can see from the official documentation of Innodb, the maximum limit of its table space is 64TB, which means that Innodb's single table limit is basically around 64TB. Of course, this size includes all indexes and other related data of this table.
When using a dedicated table space to store Innodb tables, each table's data is stored in a separate file, and the single-table limit becomes the size limit of the file system.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.