logan...@gmail.com wrote:
> Yes, that's exactly what it is. Here is the definition of one of the table:
> 
> CREATE TABLE [Attributes] (
> [Id] INTEGER  NOT NULL PRIMARY KEY AUTOINCREMENT,
> [Name] VARCHAR(50)  NOT NULL
> )
> 
> Will creating explicit index on Id fix this issue?

What issue? Why is having an explicit index, separate from that built into the 
table itself, important to you? What exactly do you feel is wrong with the way 
things are now?
-- 
Igor Tandetnik

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

Reply via email to