SQLite Forum

Query performance regression after v3.33.0 (OP_SeekScan?)
Login
Yes, tested this version with both the repro script and the real app -- looks good! Thanks! The patch's effect seems to be to avoid using OP_SeekScan in the cases I looked at the bytecode for -- so just the caveat, I didn't directly observe the query running fast *and* using OP_SeekScan.