Posts: 262
Threads: 20
Joined: Jun 2014
Reputation:
0
I tend to get a bit of confusion when scripting because of what to use. Generally people use MySQL for roleplay gamemodes and what not, but which is faster? SQLite or MySQL, or are they equal speeds depending on what you use them for?
Posts: 86
Threads: 14
Joined: Jun 2013
Reputation:
0
previously used sqlite and switched to MySQL
MySQL is more effective than sqlite
Posts: 983
Threads: 98
Joined: Feb 2012
Reputation:
0
Another thing that you should do to guarantee speed is a proper database setting.
About which SQL language you should pick, I suggest MySQL since it is powerful and you are able to do much with it. Moreover, it might help you in the future of you are picking this as a job, also this will make making a UCP easier I believe..
MySQL is getting updated much - I didn't see much updates for SQLite.
If you are willing to pick SQLite check Slice's include "SQLitei".
Good luck!
I hope I helped any feedback would be appreciated!
Posts: 617
Threads: 6
Joined: Oct 2011
Reputation:
0
No matter what SQLite can always be faster than MySQL itself but mySQL itself has many online features which you cannot get or use in SQLite because it's not a server.