09-26-2011, 12:04 AM
(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.