Jeffrey Mattox wrote: > is my index on weekday worthwhile, time-wise and space-wise? (Query > speed is not a big issue for me, and the DB is relatively small
Indexes are optimizations. In a small DB, the effect is probably not noticeable, which implies that you should not bother. Where exactly the point is at which the index becomes useful in your system is something which you have to measure yourself. Regards, Clemens _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users