query optimization - What's the sqlite's cost model? -


i found "sqlite uses cost-based query planner estimates cpu , disk i/o costs of various competing query plans , chooses plan thinks fastest." documents of documents, there paper or book specify cost function more details ? thx.

there source code (where.c). query planner details tweaked in every version.


Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

How to mention the localhost in android -

php - Calling a template part from a post -