>> Any chance to spare the ID field and get an index on the rowid for a  
>> given table?
> I do not understand the question.  Please rephrase.  Use more words.
>   
Most of the ID fields are primary integer keys which also coincident with the 
value of the rowid for a given table. Yes, you cannot count on it, but as long 
as you do not change the content of a given table, the value of an ID field 
declared as a integer primary key is usually the same as the rowid of the 
record:

rowid=id

I was wondering if there is a cheap way (memorywise) to index the rowid and 
thus omit the ID field.




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