Where is better way mysql?
#8

I don't think a samp server has the ability to send more queries to mysql than mysql can handle.

Even big MMORPG servers such as World of Warcraft (which runs more than 3000 players per server), ******, ******** etc, they all use mysql.
To choke mysql, you'll have to get a much bigger server than samp, sending 100.000 queries every second or even more.
Mysql can even handle queries that return a result set of 4 Gigabytes of data (that would be a table with 1.000.000 rows and dozens of fields, using a query such as "SELECT * FROM MyHugeTable".
It can even store pictures, music files and probably movies as well in a table.

Use little queries all over the place and you'll be fine.
You won't be able to crash mysql using a little samp server with only 50 players.
Reply


Messages In This Thread
Where is better way mysql? - by qmnty - 17.05.2015, 01:34
Re: Where is better way mysql? - by Konstantinos - 17.05.2015, 09:23
Re: Where is better way mysql? - by qmnty - 17.05.2015, 09:37
Re: Where is better way mysql? - by Konstantinos - 17.05.2015, 09:44
Re: Where is better way mysql? - by qmnty - 20.05.2015, 06:24
Re: Where is better way mysql? - by icra - 20.05.2015, 06:29
Re: Where is better way mysql? - by qmnty - 20.05.2015, 06:47
Re: Where is better way mysql? - by PowerPC603 - 20.05.2015, 20:38

Forum Jump:


Users browsing this thread: 2 Guest(s)