SA-MP Forums Archive
SQLite Question - 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 Question (/showthread.php?tid=617146)



SQLite Question - Kimble - 16.09.2016

As the database grows are the queries going to execute slower and slower?


Re: SQLite Question - JaKe Elite - 16.09.2016

Nope, as long as the way how you organized your tables/database are fine then there will be no problems on the queries execution.


Re: SQLite Question - Vince - 16.09.2016

They will eventually become slower if the table isn't properly indexed. Avoid string searches and full table scans.