On Dec 15, 2008, at 8:31 PM, Ofir Neuman wrote:

> What can I do in order to improve performance?

take a look at pragma temp_store = memory

http://www.sqlite.org/pragma.html#pragma_temp_store

> Will it be better to delete the content of the table instead of  
> delete the table and recreate it?

Arguable, yes... let the db do it for you... as 'delete table foo' is  
equivalent to drop + create table...

Cheers,

--
PA.
http://alt.textdrive.com/nanoki/

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

Reply via email to