Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQL 5.7 JSON 数据类型可以容纳多少价值/大小?
MySQL 5.7 JSON 数据类型的限制是什么?
每个文档的最大大小为 1GB,但实际大小应与典型行的外观大致相同(或在一个数量级之内)。
JSON 数据类型仍然使用行级锁定,因此最好将文档保持在 1-2MB 左右或更小。