Petite Abeille wrote:
> 
> Would adding an unique index on an integer primary key be of any  
> benefit? Or is it redundant?
> 

It would not help, and would in fact slow down all inserts, deletes, and 
updates for no benefit. It is redundant.

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

Reply via email to