Fork me on GitHub

Programming Design Notes

MySQL Text, Blob 大小

| Comments

TINYTEXT, TINYBLOB: 256 bytes

TEXT, BLOB: 65,535 bytes = 64kb

MEDIUMTEXT, MEDIUMBLOB: 16,777,215 bytes = 16MB

LONGTEXT, LONGBLOB: 4,294,967,295 bytes = 4GB

相關書籍: High Performance MySQL: Optimization, Backups, Replication, and MoreMySQL (4th Edition)Learning MySQL