1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Show the creation of IN-operator Bloom filters in the EXPLAIN QUERY PLAN output.

FossilOrigin-Name: c10a1b99d47a4c93bdb16e646f6a21add570d6dbb34fd91a32f8abacdb28712b
This commit is contained in:
drh
2024-07-03 20:10:42 +00:00
parent c4c2589ff0
commit 5b070cfa0f
7 changed files with 39 additions and 24 deletions

View File

@ -236,9 +236,11 @@ do_eqp_test 5.1 {
QUERY PLAN
|--SEARCH d2 USING INDEX d2ab (a=? AND b=?)
|--LIST SUBQUERY xxxxxx
| `--SCAN d1
| |--SCAN d1
| `--CREATE BLOOM FILTER
`--LIST SUBQUERY xxxxxx
`--SCAN d1
|--SCAN d1
`--CREATE BLOOM FILTER
}
do_execsql_test 6.0 {