Posts: 765
Threads: 183
Joined: Sep 2011
Reputation:
0
15.07.2013, 08:29
(
Последний раз редактировалось Champ; 16.07.2013 в 08:43.
)
I want to see how many players likes which system.
Just for fun.
Posts: 2,286
Threads: 18
Joined: Jun 2010
We can't know how many players a database supports. It depends on lots of things, for example the number of fields and their types. I'd go with "as many as your HDD allows."
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
y_ini and Dini aren't databases - they're file readers. Even if you made multiple databases listed, it's obvious which one would be the most popular (starts with my, ends with SQL) because of the support for it.
Between y_ini and Dini, the choice is obvious. Dini is very slow.
Posts: 544
Threads: 45
Joined: Mar 2012
Reputation:
0
use BUD(blazing user database)
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Everything depends on the server. If you run a server and you do not want to use MySQL for things with the website, I'd go with SQLite.
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
SQLite would be my favourite as it's so convenient and simple. It's also included in the sa-mp package! I only use MySQL due to mainly creating applications with the server application.
Posts: 2,175
Threads: 235
Joined: Sep 2009
Reputation:
0
i think a good database is how a person use it.
MySql can handle huge data and is actually my "favorite" to use but there is no a best database.
Posts: 2,857
Threads: 62
Joined: Dec 2010
Reputation:
0
SQLite for medium sized SA-MP servers, MySQL is a bit of a waste.