diff options
Diffstat (limited to 'www/fileformat2.html')
-rw-r--r-- | www/fileformat2.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/fileformat2.html b/www/fileformat2.html index a26002b..f6fb7cc 100644 --- a/www/fileformat2.html +++ b/www/fileformat2.html @@ -691,7 +691,7 @@ The only exception is when page 1 is an interior b-tree page. Page 1 has 100 fewer bytes of storage space available, due to the presence of the database header at the beginning of that page, and so sometimes (rarely) if page 1 is an interior b-tree page, it can -end up holding just a a single key. In all other cases, K is 2 or more. +end up holding just a single key. In all other cases, K is 2 or more. The upper bound on K is as many keys as will fit on the page. Large keys on index b-trees are split up into <a href="fileformat2.html#ovflpgs">overflow pages</a> so that no single key uses more than one fourth of the available storage space on the page @@ -2201,5 +2201,5 @@ file, and since the wal-index is a transient structure, no further information about the format of the wal-index will be provided here. Additional details on the format of the wal-index are contained in the separate <a href="walformat.html#walidxfmt">WAL-index File Format</a> document.</p> - +<p align="center"><small><i>This page last modified on <a href="https://sqlite.org/docsrc/honeypot" id="mtimelink" data-href="https://sqlite.org/docsrc/finfo/pages/fileformat2.in?m=af2cdeaf41">2024-04-20 09:25:12</a> UTC </small></i></p> |