Whats faster (Y_INI or 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: Whats faster (Y_INI or MYSQL?) (
/showthread.php?tid=297959)
Whats faster (Y_INI or MYSQL?) -
seanny - 18.11.2011
Which is faster, MYSQL or Y_INI?
Re: Whats faster (Y_INI or MYSQL?) -
IstuntmanI - 18.11.2011
MySQL, but Y_INI is simpler. ( installing & using )
Re: Whats faster (Y_INI or MYSQL?) -
Juniior - 19.11.2011
Quote:
Originally Posted by costel_nistor96
MySQL, but Y_INI is simpler. ( installing & using )
|
They're two entirely different things, there is no comparison.
Re: Whats faster (Y_INI or MYSQL?) -
Smally - 19.11.2011
All depends how new you are to mysql its quite hard to learn
Re: Whats faster (Y_INI or MYSQL?) -
=WoR=G4M3Ov3r - 19.11.2011
Quote:
Originally Posted by Kush
You can't necessarily compare the two. MySQL saves into databases (use of a third party application), Y_INI stores into files. Y_ini, being designed large amounts of data quickly makes this a stable, effective and reliable system. MySQL's amount of memory and CPU usage renders it 'faulty' in comparison to a fast INI_Parser. I would like to see compromising tests between the native SQL (SQLite) and Y_ini.
|
Although, I personally prefer Y_INI.
Re: Whats faster (Y_INI or MYSQL?) -
Unte99 - 19.11.2011
Just a small question about MySQL: is it necessary to have MySQL in the server if i want to host the server not, let's say on my computer ?
Re: Whats faster (Y_INI or MYSQL?) -
=WoR=G4M3Ov3r - 19.11.2011
Quote:
Originally Posted by Unte99
Just a small question about MySQL: is it necessary to have MySQL in the server if i want to host the server not, let's say on my computer ?
|
No... Depends on what kind of storage your script use, you can either pick MySQL or Y_INI, but if its an edit like Vortex RP 2 for example, you will need mysql.
Re: Whats faster (Y_INI or MYSQL?) - Astralis - 19.11.2011
Y_INI for me
Re: Whats faster (Y_INI or MYSQL?) -
James.Clement - 19.11.2011
If you can learn how to use it MySql is the best of the best. Its a pain to learn but it has so many things you can do with it.
Re: Whats faster (Y_INI or MYSQL?) -
Jakku - 19.11.2011
Quote:
Originally Posted by =WoR=G4M3Ov3r
Although, I personally prefer Y_INI.
|
That's all I can say