Mysql or Y_Ini - 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 or Y_Ini (
/showthread.php?tid=468472)
Mysql or Y_Ini -
SsHady - 08.10.2013
I've been working really hard to learn Mysql but it's kinda difficult and get's up in the crouch
so i know Mysql is fast
but What about Y_Ini
I think Y_Ini is good and easy
Your comments on this please?
Respuesta: Mysql or Y_Ini -
ipsBruno - 08.10.2013
MySql .. Allows many additional tricks (Y_ini has no). Something like ORDER BY, LIMIT, OFFSET etc
Re: Mysql or Y_Ini -
SsHady - 08.10.2013
Yeah but its kinda Hard for me to learn it
so I've been thinking to make my server using Y_Ini instead
so I hope it won't make much effect on my accounts system
Re: Mysql or Y_Ini -
Konstantinos - 08.10.2013
Both are good and I honestly believe that it depends on what you're going to use it for.
If I were you:
Large playerbase - MySQL
Using for websites - MySQL
Top N in-game - MySQL
If I didn't want any of the above, then I'd use either SQLite or y_ini.
But it's your opinion to decide!
PS: For MySQL:
https://sampforum.blast.hk/showthread.php?tid=337810 and
https://sampforum.blast.hk/showthread.php?tid=390428
Re: Mysql or Y_Ini -
SeV_ - 08.10.2013
Mysql System..
Respuesta: Mysql or Y_Ini -
ipsBruno - 08.10.2013
Quote:
Yeah but its kinda Hard for me to learn it
so I've been thinking to make my server using Y_Ini instead
so I hope it won't make much effect on my accounts system
|
But the hard work will be compensated .. Use MySql.
Re: Mysql or Y_Ini -
SsHady - 08.10.2013
I'm thinking to start a Decent Stunt/Freeroam server With Average of 20-30 players
What do you mean by "Top N"
Re: Mysql or Y_Ini -
Konstantinos - 08.10.2013
I meant such as top 10 on score/kills/death/money etc..
Well, for an average of 20-30 players y_ini is just fine.
Respuesta: Mysql or Y_Ini -
ipsBruno - 08.10.2013
Use SQLite, then, has many tricks like Mysql and it is easier.
Good luck with project.
Thanks
Re: Mysql or Y_Ini -
SsHady - 08.10.2013
So I Won't be able to create /topkills /richlist with Y_Ini
if yes Then that's kinda drastic
What about SQLITE can i create those top Thingy's With It?