Ticket Hash: | 4af0523083ab5520f355c1be0ebbe4e3463cab04 | ||
Title: | Type in 'fileio' documentation page | ||
Status: | Closed | Type: | Documentation |
Severity: | Cosmetic | Priority: | Medium |
Subsystem: | Native_Assembly | Resolution: | External_Bug |
Last Modified: |
2018-09-17 12:51:50 6.79 years ago |
Created: |
2018-09-17 01:52:35 6.79 years ago |
Version Found In: | 3.25.0 |
User Comments: | ||||
anonymous added on 2018-09-17 01:52:35:
(text/x-fossil-plain)
In Section 4: "The Page Cache" of "SQLite File IO Specification" ( https://www.sqlite.org/fileio.html#tocentry_132 ), the following appears: "Because reading from the database file is assumed to be an order of magnitude faster than reading from main-memory, caching database page content in the page cache to minimize the number of read operations performed on the database file is a significant performance enhancement." Presumably this should be: "Because reading from the database file is assumed to be an order of magnitude *slower* than reading from main-memory, ..." (replace the word "faster" with the word "slower"). mistachkin added on 2018-09-17 12:51:50: (text/x-fossil-plain) Fixed upstream in core library documentation. |