Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add SQLITE_STMTSTATUS_CACHE_HIT/MISS and SQLITE_DB_STATUS_CACHE_HIT/MISS. For querying the number of pager cache hits and misses on a statement or connection basis. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | cache-stats |
Files: | files | file ages | folders |
SHA1: |
892723575c033ed3f02cf6ea61e08f03 |
User & Date: | dan 2011-09-20 15:53:02.536 |
Context
2011-09-22
| ||
03:13 | Merge the cache-stats enhancement into trunk. (Closed-Leaf check-in: 646db97188 user: drh tags: mistake) | |
2011-09-20
| ||
15:53 | Add SQLITE_STMTSTATUS_CACHE_HIT/MISS and SQLITE_DB_STATUS_CACHE_HIT/MISS. For querying the number of pager cache hits and misses on a statement or connection basis. (Closed-Leaf check-in: 892723575c user: dan tags: cache-stats) | |
2011-09-19
| ||
20:56 | Minor comment change in the description of the different memory allocator options. No changes to code. (check-in: 36be31ff0a user: drh tags: trunk) | |
Changes
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/status.c.
Changes to src/test1.c.
Changes to src/test_malloc.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeblob.c.
Added test/stmtstatus.test.