On 04/05/2010 10:23 AM, Alexey Pechnikov wrote: > May be a new interface for "virtual indices" will be best solution. But it > can be realised as virtual table too. Or in SQLite core engine of cource.
Virtual tables already let you implement indices in any way you want - see the xBestIndex and xFilter methods. (The former is especially hard to understand until you have worked with it a bit.) Roger _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users