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 MyISAM 如何存储每行数据?例如,如果一行包含一个 varchar,如果该 varchar 在插入时为空,但后来用 50 个字符的数据更新,这是否可以有效地分割该行?
那可能性有多大?例如,如果在插入之后和随后更新 50 个字符之前添加了另外 20 行,那几乎可以保证更新的行现在是碎片化的,或者什么会影响行碎片化的点?