On 25 Nov 2012, at 1:29pm, Paul Sanderson <sandersonforens...@gmail.com> wrote:

> That does lead to another question. Is their a method of creating multiple
> indexes at the same time, e.g. create an index on each (or specified)
> column in a table in one pass - rather than do each column in turn. This
> would save on the overhead of reading the entire table for each column.

Looking again at this I'm not sure I understand why you're indexing every 
column.  Do you understand the difference between creating one index for each 
column and creating one index on all columns ?  It is worth the huge increase 
in filesize ?  Is the slow-down on data entry (where entering one row must 
modify many indexes) worth the speed-up in your SELECTs ?  Do you understand 
that any SELECT will use only one index ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to