>
> Yes, but they allow the searches to be faster.  You are making it longer
> to do INSERT but shorter to do SELECT.  Which is best for you depends on
> your purposes.
>

I need the inserts to be faster.
So which is better ? An Index or a Primary Key ?

The new INDEX that I created on your suggestion with d,n,s solves the
problem.
Now the question is over Primary key whether that will slow it down or not.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to