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 并且想调整一些参数以提高性能,所以我想知道在 sqlite 中执行查询时如何获取磁盘 I/O 的数量。有人可以帮忙吗?谢谢!
尝试使用SQLITE_DBSTATUS_CACHE_MISS调用sqlite3_db_status()。