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.
我正在使用带有 INNODB 引擎的 Mysql,row_format 是梭子鱼。
现在我有一个表,它有一个 PK 列和许多(大约 180 个)文本数据类型的列。
我的问题是如果表的数据变大,主要的性能问题或缺点是什么?
如果您只是将数据存储在那些 TEXT 列中 - 这是可以接受的。如果您在这些列上有索引 - 对它们使用字典编码。