> The INTEGER PRIMARY KEY is always included in every index as an  
> implied extra column on the end.  If you explicitly add the INTEGER  
> PRIMARY KEY as a column in the index, then you have it in the index  
> twice, which serves no purpose but does confuse the optimizer.  Don't  
> do that.
>   
Any chance to spare the ID field and get an index on the rowid for a given 
table?


Christophe Leske

www.multimedial.de - [EMAIL PROTECTED]
http://www.linkedin.com/in/multimedial
Lessingstr. 5 - 40227 Duesseldorf - Germany
0211 261 32 12 - 0177 249 70 31


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

Reply via email to