Relative Content

Tag Archive for sqliteoptimization

How can I see sqlite3’s index usage statistics?

I have a sqlite3 database. Other RDBMS have allowed me to view index usage statistics, and therefore to clear out indexes that the optimizer is not using for my queries. How can I do this with sqlite3?