mysql 5.6 的一些限制

來源:互聯網
上載者:User

標籤:

Limits in MySQL 5.6Sql Join 限制:

 <=61(適用於視圖所能引用的表)

 

資料庫及表數量限制:

Mysql 資料庫的表(table)大小一般由作業系統單個檔案大小限制決定,並不是由mysql 核心決定;

常見os機器檔案大小限制:

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

OS X w/ HFS+

2TB

 

Innodb 儲存引擎通過tablespace 來維護innodbtables;而資料表空間可以有多個資料檔案,這些資料表空間可以使用raw disk partitions。而資料表空間最大可以達到64TB;那麼換句話說在使用innodb引擎時,他的資料庫表可以達到64T;

 

如何擴張innodbtablespace 空間:

Mysql manual reference:Section14.4.2, “Changing the Number or Size of InnoDB Log Files”

 

Limits on Table Column Count and Row Size

4096 columns per table

a maximum row size of 65,535 bytes


InnoDB permits up to 1000 columns.

?InnoDB restricts row size to something less than half a databasepage (approximately 8000

bytes), not including VARBINARY, VARCHAR,BLOB, or TEXT columns


 InnoDB permits up to 4 billion tables.  From mysql 5,.5

 

mysql 5.6 的一些限制

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.