sqlite_autoindex_t1_1 is the index created by the unique constraint in the 
schema, it's not a temporary index.


-----Original Message-----
From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On 
Behalf Of Dominique Devienne
Sent: Wednesday, January 17, 2018 9:08 AM
To: SQLite mailing list
Subject: Re: [sqlite] Speed issue of SELECT in my application


PPS: Still, the fact your query plan uses an automatically-generated
(transient) index means
none of the persistent indices is suspect, and your overlapping UNIQUE
indices is also
strange, FWIW.
_______________________________________________
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