SQLite Forum

Support custom indexes, and indexes on virtual tables
Login
The interface between the VDBE code and the built-in index implementations assumes that the indexes behave like B-tree indexes. So a custom index would require replacing all the code that accesses the table, and that is what virtual tables are for.