That's it!!! You're a genius! Thank you very very much!

Run Time: real 8.290 user 3.250000 sys 1.906250

----- Original Message ----- 
From: Keith Medcalf <kmedc...@dessus.com>
To: SQLite mailing list <sqlite-users@mailinglists.sqlite.org>
Sent: Friday, November 1, 2019, 18:07:51
Subject: [sqlite] DELETE extremely slow


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

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

Reply via email to