SQLite
#1

what's the problem with using SQite.??
someone told me that it's loading slow
Reply
#2

A query with SELECT clause is pretty fast in SQLite and the loading part as well I guess. If there are many rows, a query with UPDATE/INSERT clause will be kind of slow but there're few ways of improving it - and that by using synchronous to off and prepared statements (SQLite Improved).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)