mysql or sqlite - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mysql or sqlite (
/showthread.php?tid=608024)
mysql or sqlite -
ilijap - 26.05.2016
Mysql or sqlite? Which is better?
Re: mysql or sqlite -
AliBro - 26.05.2016
Mysql because its easy and fast.
Re: mysql or sqlite -
ilijap - 26.05.2016
Quote:
Originally Posted by AliBro
Mysql because its easy and fast.
|
I think that SQLite is faster :P
Re: mysql or sqlite -
AliBro - 26.05.2016
Quote:
Originally Posted by Vince
Both have substantial advantages and what you choose is largely dependent on how much data you want to store and how you want to access said data. If you have a relatively small amount of data to store then SQLite is a good choice. However, if you have lots of data and/or if you want to access it externally (e.g. a website) then MySQL is appropriate.
|
Quote from Vince.
Re: mysql or sqlite -
F1N4L - 26.05.2016
Don't there is this conversation that one is better than the other.
Understand that the best choice is the one that meets your needs and saying to the samp, both are equally effective.
I used SQLite, but now I'm using MySQL because my intention is to integrate my DB to a UCP, so MySQL is for ME the best option as it will suit my needs.
Re: mysql or sqlite -
iKevin - 26.05.2016
MySQL is better in my opinion.
Re: mysql or sqlite -
DavidHoward - 26.05.2016
Honestly MySQL is more faster than SQLite, but sometime SQLite is better..