Hello There, Guest! Login or Register


MySQL
#9
(02-27-2011, 09:33 AM)Kase link Wrote: Actually, MySQL is a replacement to the save-load data system, eg. users. MySQL is way faster than any other file manager, and it's used to manage websites too.

Y_ini could be good, but it's not going to be any faster than MySQL.

These are interesting results, I would not have expected that, and it may indicate that the computer these tests were run on may have a faulty harddrive. Storing MySQL results in a synchronous fashion requires at least two round-trips to the MySQL server, three if you're not using a persistent connection. A simple write to the file system is very likely to be faster. Are you sure that the query methods ran later on didn't run asynchronously? Still, SA-MP's built in SQLite should be even faster.
Reply


Messages In This Thread
MySQL - by LasTRace - 02-26-2011, 06:17 PM
Re: MySQL - by Lithirm - 02-26-2011, 06:33 PM
Re: MySQL - by MidNight - 02-26-2011, 06:43 PM
Re: MySQL - by thiaZ - 02-26-2011, 07:27 PM
Re: MySQL - by Kase - 02-27-2011, 09:33 AM
Re: MySQL - by firm - 02-27-2011, 12:09 PM
Re: MySQL - by Matthias - 02-27-2011, 01:41 PM
Re: MySQL - by Slice - 02-27-2011, 03:17 PM
Re: MySQL - by Russell - 09-26-2011, 12:04 AM