Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add documentation for the SQLITE_STMTJRNL_SPILL compile-time option. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0449652cda09f8b4ea4921fad7c377d5 |
User & Date: | drh 2016-03-08 13:11:56.914 |
Context
2016-03-08
| ||
13:15 | Clarifications in "PRAGMA synchronous". (check-in: 73e31a3096 user: drh tags: trunk) | |
13:11 | Add documentation for the SQLITE_STMTJRNL_SPILL compile-time option. (check-in: 0449652cda user: drh tags: trunk) | |
2016-03-04
| ||
15:33 | Application note on the default page size change. Updates to the change log. (check-in: 954e5c9945 user: drh tags: trunk) | |
Changes
Changes to pages/compile.in.
︙ | ︙ | |||
363 364 365 366 367 368 369 370 371 372 373 374 375 376 | attempt to start helper threads when the amount of content to be sorted exceeds the minimum of the [cache_size] and PMA Size determined by the [SQLITE_CONFIG_PMASZ] start-time option. This compile-time option sets the default value for the [SQLITE_CONFIG_PMASZ] start-time option. The default value is 250. } COMPILE_OPTION {SQLITE_WIN32_MALLOC} { This option enables the use of the Windows Heap API functions for memory allocation instead of the standard library malloc() and free() routines. } COMPILE_OPTION {YYSTACKDEPTH=<i><max_depth></i>} { | > > > > > > > | 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 | attempt to start helper threads when the amount of content to be sorted exceeds the minimum of the [cache_size] and PMA Size determined by the [SQLITE_CONFIG_PMASZ] start-time option. This compile-time option sets the default value for the [SQLITE_CONFIG_PMASZ] start-time option. The default value is 250. } COMPILE_OPTION {SQLITE_STMTJRNL_SPILL=<i>N</i>} { The SQLITE_STMTJRNL_SPILL compile-time option determines the default setting of the [SQLITE_CONFIG_STMTJRNL_SPILL] start-time setting. That setting determines the size threshold above which [statement journals] are moved from memory to disk. } COMPILE_OPTION {SQLITE_WIN32_MALLOC} { This option enables the use of the Windows Heap API functions for memory allocation instead of the standard library malloc() and free() routines. } COMPILE_OPTION {YYSTACKDEPTH=<i><max_depth></i>} { |
︙ | ︙ |