SA-MP Forums Archive
Y_INI or SQLite? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Y_INI or SQLite? (/showthread.php?tid=585209)



Y_INI or SQLite? - Terrorizt - 11.08.2015

I know a little bit of Y_INI and SQLite but idk which one to continue with


Re: Y_INI or SQLite? - Krokett - 11.08.2015

Go with SQLite, you will learn SQL and with that you can expand it to MySQL in the future.


Re: Y_INI or SQLite? - HBG - 11.08.2015

Sqlite, but you should consider mysql, it is so much easier to manage a mysql database then an sqlite. If you need to make a change to an sqlite database you have to stop your server, download the database make changes with some database browser program, then reupload it. It is actually a really big headache.


Re: Y_INI or SQLite? - J0sh... - 11.08.2015

MySQL It's not far different than SQlite infact, MySQL might be easier to learn.


Re: Y_INI or SQLite? - Kapersky™ - 12.08.2015

I've used both, and I'd prefer SQLite - it's the best IMHO.


Re: Y_INI or SQLite? - DarkLored - 12.08.2015

SQLite because it's a native and is way more faster than Y_INI and allows to do many things that you couldn't with Y_ini


Re: Y_INI or SQLite? - dominik523 - 12.08.2015

Well it depends on what you want to create.
I personally like to have everything in one file, a database, rather than bunch of files. Again, I would go over SQLite so I can create an UCP on my website and so on.
Y_ini is easier to learn I think since it's not a completely different programming language but it's power is limited in some things like sorting users and so on.


Re: Y_INI or SQLite? - PrivatioBoni - 12.08.2015

Quote:
Originally Posted by DarkLored
Посмотреть сообщение
SQLite because it's a native and is way more faster than Y_INI and allows to do many things that you couldn't with Y_ini
Is it actually faster though?
It can obviously do more than Y_INI though, yes


Re: Y_INI or SQLite? - dominik523 - 12.08.2015

Quote:
Originally Posted by PrivatioBoni
Посмотреть сообщение
Is it actually faster though?
It can obviously do more than Y_INI though, yes
Found this few minutes ago about the speed between those two:
http://serverfault.com/questions/966...le-on-the-disk


Re: Y_INI or SQLite? - SickAttack - 12.08.2015

Quote:
Originally Posted by PrivatioBoni
Посмотреть сообщение
Is it actually faster though?
It can obviously do more than Y_INI though, yes
Of course it is faster with loads of information.

I personally like SQLite for SA:MP.