SQLite - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SQLite (
/showthread.php?tid=488005)
SQLite -
aboa - 16.01.2014
what's the problem with using SQite.??
someone told me that it's loading slow
Re: SQLite -
Konstantinos - 16.01.2014
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).