2012/4/15 Steinar Midtskogen <[email protected]>:
> So, is there really a way to create an index in a virtual table, or a
> way to emulate this?

Why? You don't need this. Use index on base tables.

> My xRowid function simply returns the value of the "unix_time" column,
> but even "select max(rowid)" is equally slow.
> Steinar

Why you need "select max(rowid)"? Something is wrong in your data
design. Use autoincrement.
-- 
Kit
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to