Posts: 165
Threads: 71
Joined: May 2012
Reputation:
0
is the Y_ini will take memory and a big place if I used it to save player account?
I mean a lot of space
Posts: 309
Threads: 58
Joined: Mar 2012
Reputation:
0
It doesn't take up that much memory. For a server that has multiple logs, and folders to store files, it will take up about 15-30 MB of data. A more memory effective way of saving is MySQL. Y_INI is a decent way of saving information, and is easier to code with in my opinion. However, you are better off sticking with MySQL.
Posts: 1,241
Threads: 67
Joined: Dec 2013
No, Y_INI is the best one for saving ( Only when you care about memory
).