SA-MP Forums Archive
Vote the best Databse. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Vote the best Databse. (/showthread.php?tid=450929)



Vote the best Account System. - Champ - 15.07.2013

I want to see how many players likes which system.
Just for fun.


Re: Vote the best Databse. - KingHual - 15.07.2013

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."


Re: Vote the best Databse. - MP2 - 15.07.2013

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.


Re: Vote the best Databse. - SsHady - 15.07.2013

use BUD(blazing user database)


Re: Vote the best Databse. - Konstantinos - 15.07.2013

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.


Re: Vote the best Databse. - Anak - 15.07.2013

Quote:
Originally Posted by MP2
Посмотреть сообщение
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.
This ^


Re: Vote the best Databse. - [HiC]TheKiller - 15.07.2013

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.


Re: Vote the best Databse. - QuaTTrO - 15.07.2013

Quote:
Originally Posted by [HiC]TheKiller
Посмотреть сообщение
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.
Yup, i like SQLite too.


Re: Vote the best Databse. - iJumbo - 15.07.2013

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.


Re: Vote the best Databse. - linuxthefish - 15.07.2013

SQLite for medium sized SA-MP servers, MySQL is a bit of a waste.