版本5及更高版本中MySQL数据库的最大大小是多少? [英] What is the maximum size of a MySQL database in version 5 and up?

查看:265
本文介绍了版本5及更高版本中MySQL数据库的最大大小是多少?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在版本5及更高版本中,MySQL数据库的最大大小是多少?

What is the maximum size of a MySQL database in version 5 and up?

我不是指行或表的最大大小,而是整个数据库的最大大小.

I do not mean the maximum size of row or table, but the maximum size of the whole database.

推荐答案

InnoDB有20亿张(2'000'000'000)表,最大总容量为64TB. MyISAM表是文件,因此它是底层OS文件的限制.

Two billion (2'000'000'000) tables and a max total of 64TB for InnoDB. MyISAM tables are files, so it's underlying OS file limit.

检查此答案: https://forums.mysql.com/read.php?79,158,165

这篇关于版本5及更高版本中MySQL数据库的最大大小是多少?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆