Quote:
Originally Posted by WhiteDragon
The biggest thing would requiring an external server to be up 100% of the time the NPC Server is up to provide a reliable gaming experience (or statistics, whatever you are using it for).
A positive of MySQL would be considerably faster queries, but honestly no application of databases in Graal would require anything past what SQLite offers. Regarding concurrency, SQLite does support that with the coming of v3, its ACIDity and therefore more complex locking structure. MySQL still trumps it, but really not important for Graal.
I wouldn't recommend doing this.
|
I was referring to a locally-hosted MySQL server; from what I understand this is possible on all NPC-servers, but Stefan has to enable it for it to work.