At 02:47 PM 2/9/2004 -0600, Williams, Ken wrote:
Every sqlite table has an (hidden) index for its OID.  When you create a
column as INTEGER PRIMARY KEY, the index for that column will simply be the
OID index.  So creating another one is unnecessary.

So, you are saying that he is not actually seeing any performance gain by adding his own index on an auto increment integer primary key?


michael


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to