Fossil SCM
Update secondary mention of SQLite compression ratio to match table
Commit
b46141f4581dbf3ad51f2460167604f4a27983513d414bc1d2c00a63048992cb
Parent
1eee6c70aa90b99…
1 file changed
+1
-1
+1
-1
| --- www/stats.wiki | ||
| +++ www/stats.wiki | ||
| @@ -129,11 +129,11 @@ | ||
| 129 | 129 | |
| 130 | 130 | Perhaps the two most interesting datapoints in the above table are SQLite |
| 131 | 131 | and SLT. SQLite is a long-running project with long revision chains. |
| 132 | 132 | Some of the files in SQLite have been edited over a thousand times. |
| 133 | 133 | Each of these edits is stored as a delta, and hence the SQLite project |
| 134 | -gets excellent 73:1 compression. SLT, on the other hand, consists of | |
| 134 | +gets excellent 80:1 compression. SLT, on the other hand, consists of | |
| 135 | 135 | many large (megabyte-sized) SQL scripts that have one or maybe two |
| 136 | 136 | edits each. There is very little delta compression occurring and so the |
| 137 | 137 | overall repository compression ratio is much lower. Note also that |
| 138 | 138 | quite a bit more bandwidth is required to clone SLT than SQLite. |
| 139 | 139 | |
| 140 | 140 |
| --- www/stats.wiki | |
| +++ www/stats.wiki | |
| @@ -129,11 +129,11 @@ | |
| 129 | |
| 130 | Perhaps the two most interesting datapoints in the above table are SQLite |
| 131 | and SLT. SQLite is a long-running project with long revision chains. |
| 132 | Some of the files in SQLite have been edited over a thousand times. |
| 133 | Each of these edits is stored as a delta, and hence the SQLite project |
| 134 | gets excellent 73:1 compression. SLT, on the other hand, consists of |
| 135 | many large (megabyte-sized) SQL scripts that have one or maybe two |
| 136 | edits each. There is very little delta compression occurring and so the |
| 137 | overall repository compression ratio is much lower. Note also that |
| 138 | quite a bit more bandwidth is required to clone SLT than SQLite. |
| 139 | |
| 140 |
| --- www/stats.wiki | |
| +++ www/stats.wiki | |
| @@ -129,11 +129,11 @@ | |
| 129 | |
| 130 | Perhaps the two most interesting datapoints in the above table are SQLite |
| 131 | and SLT. SQLite is a long-running project with long revision chains. |
| 132 | Some of the files in SQLite have been edited over a thousand times. |
| 133 | Each of these edits is stored as a delta, and hence the SQLite project |
| 134 | gets excellent 80:1 compression. SLT, on the other hand, consists of |
| 135 | many large (megabyte-sized) SQL scripts that have one or maybe two |
| 136 | edits each. There is very little delta compression occurring and so the |
| 137 | overall repository compression ratio is much lower. Note also that |
| 138 | quite a bit more bandwidth is required to clone SLT than SQLite. |
| 139 | |
| 140 |