On 29 Nov 2013, at 1:33pm, Carlos Ferreira <car...@csiberkeley.com> wrote:

> If I have to create more than 1000 empty tables to initialize my application
> document it takes a while..
> 
> 
> 
> 
> 
> Is there any workaround?

Do these tables have different columns ?  If not, then create one table and use 
a column instead of different table names.  Not only will it be faster but 
it'll use less space in the database file.

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

Reply via email to