SA-MP Forums Archive
Mysql or not? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Mysql or not? (/showthread.php?tid=314644)



Mysql or not? - lorigio - 30.01.2012

Sorry for english, i'm italian.

I'm working on a new server, but i have a question.

Use mysql plugin is better and functionally than normal ini file?

Which pros and cons there are?


Re: Mysql or not? - Shadow_ - 30.01.2012

I would be interested in hearing a good answer on this question...


Re: Mysql or not? - Robert_Crawford - 30.01.2012

My Sql Is Typicly A Lot Faster And Easier To Modify For Script Updates Along With Website Integration. Also lets say you move to a differnt server you download a 1mb file instead of 1,000s of .ini files.


Re: Mysql or not? - BlackBank - 30.01.2012

If you want to script less, then go for MySQL. Because with mysql you can just call whatever you want with one query.

If you are going to use ini for it, you will need to make a loop, extra scripts and go on...


Re: Mysql or not? - Kyle - 30.01.2012

MySQL all the way. I never used to use it, I used to use DUDB etc but MySQL is FTW.


Re: Mysql or not? - Richie - 30.01.2012

I never made account saving in .ini files. But i find mysql great to organize on websites and global ig stats.


Re: Mysql or not? - admantis - 30.01.2012

Quote:
Originally Posted by Robert_Crawford
Посмотреть сообщение
My Sql Is Typicly A Lot Faster And Easier To Modify For Script Updates Along With Website Integration. Also lets say you move to a differnt server you download a 1mb file instead of 1,000s of .ini files.
Quote:
Originally Posted by Robert_Crawford
Посмотреть сообщение
Faster
Quote:
Originally Posted by Robert_Crawford
Посмотреть сообщение
Faster
Quote:
Originally Posted by Robert_Crawford
Посмотреть сообщение
Faster
lies
it's slower but more functional


Re: Mysql or not? - Universal - 31.01.2012

Quote:
Originally Posted by admantis
Посмотреть сообщение
lies
it's slower but more functional
Thats kinda true. However, Im using the original file manipulator and I find it great and easy to use. I need no custom .ini includes.


Re: Mysql or not? - T0pAz - 31.01.2012

SA-MP File Function - 10/ms.
SQLite - 20/ms.
MySQL - 40/ms.
INI - 70/ms.
XML - 120/ms.


Re: Mysql or not? - Mr.Fames - 31.01.2012

MySQL is the best nowadays because it is more dynamic and FASTER except it needs alot of tinkering to get it to work