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.
我目前正在阅读与原子提交和事务相关的 SQLite 文档。 http://sqlite.org/wal.html
在所有地方,他们都在谈论“页面”。显然这是指内存/磁盘中的特定空间,但它到底是什么?
它是数据库使用的空间分配的基本单位。您可以通过合适的编译指示设置它,但我从来不需要这样做。