Worldofjimmy Posted August 10, 2019 Share Posted August 10, 2019 Hello, Â Is there any specific pro and con for having game world on mysql? I have noticed some decrease in performance(lag) in game. Can that be internet speed problem? Â Â Link to comment Share on other sites More sharing options...
1 jcsnider Posted August 10, 2019 Share Posted August 10, 2019 Mysql is going to be a lot slower than Sqlite for the game database which is why the server says: Â Use sqlite for both unless you absolutely need mysql for some specific reason. Worldofjimmy 1 Link to comment Share on other sites More sharing options...
0 Worldofjimmy Posted August 11, 2019 Author Share Posted August 11, 2019 How do I access the sqlite online? Never used sqlite for node.js application before... Link to comment Share on other sites More sharing options...
0 jcsnider Posted August 11, 2019 Share Posted August 11, 2019 You don't. Sqlite isn't network based. Instead you'd use the API in B6+ to communicate with the server to get the info you need. Worldofjimmy 1 Link to comment Share on other sites More sharing options...
0 Worldofjimmy Posted August 11, 2019 Author Share Posted August 11, 2019 Oh I understand, Thanks! Â Â I'll wait for the APIÂ Â Â You can close this thread Link to comment Share on other sites More sharing options...
Question
Worldofjimmy
Hello,
Â
Is there any specific pro and con for having game world on mysql?
I have noticed some decrease in performance(lag) in game. Can that be internet speed problem?
Â
Â
Link to comment
Share on other sites
4 answers to this question
Recommended Posts