Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix the maximum database size in the limits.html document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1579da9239950d7aa9b323e4cc046c26 |
User & Date: | drh 2011-09-30 14:43:22.385 |
Context
2011-10-07
| ||
23:26 | Update documentation for SQLITE_ENABLE_STAT3. (check-in: 4b78e06344 user: drh tags: trunk) | |
2011-09-30
| ||
14:43 | Fix the maximum database size in the limits.html document. (check-in: 1579da9239 user: drh tags: trunk) | |
2011-09-21
| ||
00:53 | Add the intern-v-extern-blob document. (check-in: 7f16b8574c user: drh tags: trunk) | |
Changes
Changes to pages/limits.in.
︙ | ︙ | |||
378 379 380 381 382 383 384 | the database file to grow larger than this will return SQLITE_FULL. </p> <p> The largest possible setting for SQLITE_MAX_PAGE_COUNT is 2147483646. When used with the maximum page size of 65536, this gives a maximum | | | 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 | the database file to grow larger than this will return SQLITE_FULL. </p> <p> The largest possible setting for SQLITE_MAX_PAGE_COUNT is 2147483646. When used with the maximum page size of 65536, this gives a maximum SQLite database size of about 140 terabytes.</p> <p> The <a href="pragma.html#pragma_max_page_count"> max_page_count PRAGMA</a> can be used to raise or lower this limit at run-time. </p> } |
︙ | ︙ |