Joseph L. Casale wrote:
> I am deferring index creation to after the load.
> The load proceeds along quickly to about 150k records where I encounter 
> statements
> which perform modifications to previous entries.

Without an index, searching for a previous entry is likely to involve
a scan through the entire table.  It might be a better idea to have the
index available here, even with the additional cost of updating it.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to