]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For FROM-clause subqueries that cannot be flattened, try to push WHERE clause subquery-opt
authordrh <drh@noemail.net>
Mon, 1 Jun 2015 20:28:03 +0000 (20:28 +0000)
committerdrh <drh@noemail.net>
Mon, 1 Jun 2015 20:28:03 +0000 (20:28 +0000)
commit69b72d5a29c2e2db120376ebae702ee353fb9bfd
treefae0d18c408636e057538484a55d51337d2dcf4d
parentfcb9f4f3caa92fa042a988fa19d99ade66382287
For FROM-clause subqueries that cannot be flattened, try to push WHERE clause
terms of the outer query down into the subquery in order to help the subquery
run faster and/or use less memory.

FossilOrigin-Name: 297fae7551a2af9e600d833801ff79fca0602ad5
manifest
manifest.uuid
src/select.c