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.
如果我在文件中间添加一些字母是该操作会使文件碎片化吗?
我只想将数据存储到文件中,有时会更新它们。所以......当我做了很多改变时,它可能对性能问题不利吗?
这取决于变化的大小。 - 如果您只添加几个字母,并且在此更改后文件的大小没有增长到超过分配的簇数的大小 - 那么它不会影响 fagmentation。 - 当添加字母后系统需要在磁盘上分配额外的集群时 - 碎片可能会增加。