One of your triggers requires and index on item(nameid) and there is no index 
on item(nameid).  
Hence it is doing a table scan to find the rows matching this trigger.  That is 
why the plan has multiple "SCAN item" in it.

-- 
The fact that there's a Highway to Hell but only a Stairway to Heaven says a 
lot about anticipated traffic volume.



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

Reply via email to