Posts: 111
Threads: 33
Joined: Feb 2011
Reputation:
0
Wich system for saving is best ? Is that MySQL or SQLite or Dini, YINI .. ? Wich of these is best and fast .. ?
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
I'll definitely choose SQL. As far as I remember, Kyosaur made a test to compare MySQL and SQLite but I don't remember the results. Most of the people use MySQL because it can be used with PHP very easy compared to SQLite.
No comments about INI system.
Posts: 548
Threads: 35
Joined: Jul 2012
Reputation:
0
I prefer YINI, because its fast and easy to use in scripting.
Rest decision on you.
Posts: 111
Threads: 33
Joined: Feb 2011
Reputation:
0
I already have MySQL (stricken kid plugin) but on save all variables per player ( car, house, boat, bike etc..) it take about 1s (1000ms) ... for more players it result as lagg :S
I'am not take final decision so please help me! Thanks in advance for all!
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
I would recomment BlueG's MySQL or SQLite, because I know that RoBo used SQLite on AS with 500,000 registered players! He said it worked very well.
Posts: 873
Threads: 5
Joined: Apr 2012
Reputation:
0
Strickens plugin is outdated, use BlueGs instead.
Posts: 111
Threads: 33
Joined: Feb 2011
Reputation:
0
Ok thanks a lot! I will try with BlueG plugin