indexing - sqlite INDEXED BY with same plan is slower -


so have 2 queries, 1 specifies indexed each table in query, , specifies one. explain query plan output both identical minus indexed addition in 1 plan. issue specified query runs slower, why be?

in situations when data in db going change on time , can't run analyze (should run periodically?) locking indexes down indexed seems prudent idea if test well. thoughts?


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -