开发者

What is the exact size of MySQL? [closed]

开发者 https://www.devze.com 2023-01-26 18:57 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

开发者_如何学C Improve this question

My friend will run a website with 200 GB disk space, and he is asking about the size of MySQL the free edition, is it limited only to the size of the disk space?


http://dev.mysql.com/doc/refman/5.0/en/full-table.html

For tables :

Win32 w/ FAT/FAT32        2GB/4GB
Win32 w/ NTFS              2TB (possibly larger)
Linux 2.2-Intel 32-bit    2GB (LFS: 4GB)
Linux 2.4+                (using ext3 file system) 4TB
Solaris 9/10                16TB
MacOS X w/ HFS+          2TB
NetWare w/NSS file system   8TB

The effective maximum table size for MySQL databases is usually determined by operating system constraints on file sizes, not by MySQL internal limits.

I think this sums it up :-)


There is a limit on table size (not database size) that is platform-dependent - see here.

0

精彩评论

暂无评论...
验证码 换一张
取 消