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.
我的数据库有 100k 行,我删除了 50k 行。删除后数据库的大小保持不变。我的问题是,尽管文件大小相同,删除行是否会加速未来的查询执行?
@大卫施瓦茨写道:
简短的回答:有点,但没有你之后清空数据库所得到的那么多。
@Kobunite 写道:
我同意这一点,我想我几天前在这里读过一篇文章,有人认为删除行在运行真空之前没有任何性能优势——这与 SQLite 文档所说的相匹配。