Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 9c49481d934987858f151fbff6f7b0d7d5654825 |
|---|---|
| Date: | 2012-12-07 03:18:41 |
| User: | drh |
| Comment: | Maximum database size is about 140 terabytes. Correct text that formerly reported 14 TB. |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
Changes to pages/limits.in
391 </p> 391 </p> 392 } 392 } 393 393 394 limititem {Maximum Number Of Rows In A Table} {} { 394 limititem {Maximum Number Of Rows In A Table} {} { 395 <p> 395 <p> 396 The theoretical maximum number of rows in a table is 396 The theoretical maximum number of rows in a table is 397 2<sup><small>64</small></sup> (18446744073709551616 or about 1.8e+19). 397 2<sup><small>64</small></sup> (18446744073709551616 or about 1.8e+19). 398 This limit is unreachable since the maximum database size of 14 terabytes | 398 This limit is unreachable since the maximum database size of 140 terabytes 399 will be reached first. A 14 terabytes database can hold no more than | 399 will be reached first. A 140 terabytes database can hold no more than 400 approximately 1e+13 rows, and then only if there are no indices and if 400 approximately 1e+13 rows, and then only if there are no indices and if 401 each row contains very little data. 401 each row contains very little data. 402 } 402 } 403 403 404 </tcl> 404 </tcl> 405 </ol> 405 </ol>