Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos in queryplanner-ng.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c9e2b500a2ba32bd4fe07828de41cf0f |
User & Date: | drh 2013-05-01 11:02:13.490 |
Context
2013-05-01
| ||
11:51 | Fix a broken hyperlink in the pragma.html page. (check-in: 76230867ab user: drh tags: trunk) | |
11:02 | Fix typos in queryplanner-ng.html. (check-in: c9e2b500a2 user: drh tags: trunk) | |
00:14 | Fix a typo in intern-v-extern-blob.html (check-in: c8b280b8eb user: drh tags: trunk) | |
Changes
Changes to pages/queryplanner-ng.in.
︙ | ︙ | |||
23 24 25 26 27 28 29 | completed, this document will be revised into something along the lines of "How The Query Planner Works".</b></i></p> </blockquote> <h2>Introduction</h2> <p> | | | | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | completed, this document will be revised into something along the lines of "How The Query Planner Works".</b></i></p> </blockquote> <h2>Introduction</h2> <p> "TPC-H Q8" is a test query from the <a href="http://www.tpc.org/tpch/">Transaction Processing Performance Council</a>. SQLite version 3.7.17 and earlier do not choose a good query plan for TPC-H Q8. This article explains why that is and what we intend to do about it for SQLite version 3.7.18 and later. </p> <h2>The Query</h2> <p> TPC-H Q8 is a eight-way join. |
︙ | ︙ |