Posts: 57
Threads: 7
Joined: Mar 2015
Reputation:
0
I want to know which of the filesystems is recommended, I do not want to use MySQL as I feel its not required for this basic gamemode I'm updating. However all I'll need is a registation, stats saving system which is basic.
If anyone can help me, It would be highly appreciated.
Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
Even if you're coding a small gamemode, I'd still recommend you use MySQL. It's the most up to date file system on here at the minute, and it's easier to use, and it's also the fastest.
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
MySQL is the best option when you need to obtain things fast from a large array of values. It definitely does the best job, but not many people know how to use it. (Me included, I haven't started with it yet)
I would have y_ini as my second choice. I would give you a link, but it's not that simple nowadays...
Posts: 57
Threads: 7
Joined: Mar 2015
Reputation:
0
I just want a quick filesystem that works for small jobs, doesn't matter what the specifications are. I know MySQL is the fastest and best, but I just dont have the time to create databases and fuck about with all of that yet.