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.
我有 100000 行的表。该表还包含一个 BLOB 字段,因此表大小约为 1GB。应用程序中的许多查询会定期扫描此表。blob 字段仅在一个选择查询中使用。该表还包含 5 个大小为 10MB 的索引。我的怀疑是。
1 ) 将 blob 归档到另一个表是否更好?这会提高从表中读取操作的速度吗?
2) BLOB 文件用于存储大约 6 Kib 大小的 HTML 数据。BLOB 类型适合这个吗?
如果您可以更改架构:
为什么要将 html 数据保存在 blob 中?您是否认真存储图像样式/ css?完全不推荐!