View Single Post
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 06-11-2016 , 15:45   Re: [REQ] Clan Register
Reply With Quote #7

Quote:
Originally Posted by KliPPy View Post
SQLite is a local database (located on the game server), MySQL is a remote one (located on another server).
MySQL usually has higher latency than SQLite if it's not on the same server or really close, but it can be better as it can be shared between multiple applications/programs that communicate with the same database. For example, 2 servers with this same plugin can have same clans registered on both.
I have only 1 server and not creating another in near future. SQlite should be enough?
Airkish is offline