Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Maximum database size is about 140 terabytes. Correct text that formerly reported 14 TB. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9c49481d934987858f151fbff6f7b0d7 |
User & Date: | drh 2012-12-07 03:18:41.064 |
Context
2012-12-11
| ||
18:46 | Update change logs and news for the 3.7.15 release. Update the "footprint" according to the larger executables generated by recent GCCs. (check-in: 13a0452762 user: drh tags: trunk) | |
2012-12-07
| ||
03:18 | Maximum database size is about 140 terabytes. Correct text that formerly reported 14 TB. (check-in: 9c49481d93 user: drh tags: trunk) | |
2012-12-04
| ||
01:34 | Fix typo on the "about.html" page. (check-in: e8e08658af user: drh tags: trunk) | |
Changes
Changes to pages/limits.in.
︙ | ︙ | |||
391 392 393 394 395 396 397 | </p> } limititem {Maximum Number Of Rows In A Table} {} { <p> The theoretical maximum number of rows in a table is 2<sup><small>64</small></sup> (18446744073709551616 or about 1.8e+19). | | | | 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 | </p> } limititem {Maximum Number Of Rows In A Table} {} { <p> The theoretical maximum number of rows in a table is 2<sup><small>64</small></sup> (18446744073709551616 or about 1.8e+19). This limit is unreachable since the maximum database size of 140 terabytes will be reached first. A 140 terabytes database can hold no more than approximately 1e+13 rows, and then only if there are no indices and if each row contains very little data. } </tcl> </ol> |