2015-07-07 14:06:18
— part of check-in
[5b60df5503]
on branch pcache-bulk-local
— Simplify the page recycling condition in pcache1. Fix test cases to work
with the latest changes.
(user:
drh
size: 11551)
2015-07-08 16:22:42
— part of check-in
[5348ffc3fd]
on branch trunk
— Enhance the pcache1 page cache so that it tries to allocate a block of
SQLITE_DEFAULT_PCACHE_INITSZ pages from malloc() on startup, and uses those
preallocated pages when possible rather than going to malloc() for each
individual page. About a 5% performance increase for some workloads.
(user:
drh
size: 11551)
2015-07-14 15:39:22
— part of check-in
[db4cbefb86]
on branch sessions
— Merge trunk changes, including the addition of FTS5 and pcache1 performance
enhancements.
(user:
drh
size: 11551)
2015-08-13 20:07:13
— part of check-in
[82a7a61bc0]
on branch cursor-hints
— Merge in all the trunk changes from the previous year. This breaks the
cursor-hint mechanism, but provides a baseline for trouble-shooting.
(user:
drh
size: 11551)