Level 75
In general, the storage requirement for a JSON column is approximately the same as for a LONGBLOB or LONGTEXT column. And LONGTEXT limit is 4 294 967 296.
Docs: https://dev.mysql.com/doc/refman/8.0/en/storage-requirements.html#data-types-storage-reqs-json (look for JSON Storage Requirements)
4 likes