Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Flag the faster-than-filesystem report as "under development" |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
029e600ba4d783255b83982d2eb24c72 |
User & Date: | drh 2017-06-08 00:28:47.166 |
Context
2017-06-08
| ||
12:46 | Preliminary changes for the 3.19.3 release. (check-in: 4a29b53e40 user: drh tags: trunk) | |
00:28 | Flag the faster-than-filesystem report as "under development" (check-in: 029e600ba4 user: drh tags: trunk) | |
2017-06-07
| ||
14:00 | Fix typo in the file format document. (check-in: 64a0c62941 user: drh tags: trunk) | |
Changes
Changes to pages/fasterthanfs.in.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <title>35% Faster Than The Filesystem</title> <tcl>hd_keywords {faster than the filesystem} \ {35% Faster Than The Filesystem}</tcl> <table_of_contents> <h1>Summary</h1> <p>Small blobs (for example, thumbnail images) can be read from and written to an SQLite database about <a href="#approx">35% faster¹</a> than they can be read from or written to individual files on disk. <p>Furthermore, a single SQLite database holding | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <title>35% Faster Than The Filesystem</title> <tcl>hd_keywords {faster than the filesystem} \ {35% Faster Than The Filesystem}</tcl> <table_of_contents> <h1>Summary</h1> <center><b><font color="red"> This report is under development. Check back in a few days for updates. </font></b></center> <p>Small blobs (for example, thumbnail images) can be read from and written to an SQLite database about <a href="#approx">35% faster¹</a> than they can be read from or written to individual files on disk. <p>Furthermore, a single SQLite database holding |
︙ | ︙ |