Know/DATABASE
MySql Maximum table size
Marine™
2011. 3. 9. 15:51
반응형
mysql의 테이블 사이즈 제한은 OS의 파일사이즈 제한에 따라 결정되지만,
mysql innodb 엔진을 사용할 경우 최대 64TB까지 테이블스페이스를 늘릴 수 있다.
Operating System | File-size Limit |
---|---|
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 |
자세한 내용은 아래의 URL을 참조
http://dev.mysql.com/doc/refman/5.1/en/full-table.html
http://dev.mysql.com/doc/refman/5.1/en/innodb-data-log-reconfiguration.html
반응형