mysql-blob
four types
| 类型 | 数据量 |
|---|---|
| TinyBlob类型 | 最大能容纳255B的数据 |
| Blob类型 | 最大能容纳65KB的 |
| MediumBlob类型 | 最大能容纳16MB的数据 |
| LongBlob类型 | 最大能容纳4GB的数据 |
blob or file? It’s a question.
less than 1MBytes use blob is OK, more than 10MBytes should be use file.
because file system does better than database,