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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user