1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Enhance separate pcache1 to allocate a block of pages from heap on startup,

if possible, for a 5.2% performance improvement.

FossilOrigin-Name: aa7341c8736732a0a59f6688cc34e78be02a7bfc
This commit is contained in:
drh
2015-07-06 18:54:52 +00:00
parent b63ce02f57
commit ee70a84ea7
5 changed files with 126 additions and 57 deletions

View File

@@ -186,7 +186,7 @@ SQLITE_WSD struct Sqlite3Config sqlite3Config = {
0, /* nScratch */
(void*)0, /* pPage */
0, /* szPage */
0, /* nPage */
100, /* nPage */
0, /* mxParserStack */
0, /* sharedCacheEnabled */
SQLITE_SORTER_PMASZ, /* szPma */