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
Post a Comment