SA-MP Forums Archive
Mysql - 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: Mysql (/showthread.php?tid=486343)



Mysql - DeathKing - 08.01.2014

Hi so i was gonna ask if i were to make a house system, map icon system and an account system....
would i be able to fit all those in 1 DB without lagging or no? if lets say 500 is the maximum for the house system and map icon and they all open on OnGamemodeinit... will there be lag going on? and can this in anyway threaten the game play on the server?


Re: Mysql - DexterC - 08.01.2014

No, there will no lag going on as long as you write these systems efficiently.


Re: Mysql - Vince - 08.01.2014

SQL is built to handle millions of rows and giant databases; 500 rows is next to nothing.