0
Guys by indications I started using 1 machine at Digital Ocean in place at UOL Host. As I don’t have much experience with the server setup part, I’m in doubt and hope someone will help me:
Setting:
1) My application is running on Digital Ocean on 1 New York server.
2) My Mongodb database is running on 1 UOL Host remote machine. Is that in your opinion bad? Because of the delay in accessing the bank and so on.
Do you recommend I install Mongodb on the machine my application is on, or can this slow down my application’s server? and in that case it would be better to leave it the way it is?
Remembering that my app he uses Node only to access the webservice and has no extra processing, IE, It is very light the part of Node, basically just consume services that go straight in the BD and back the result the way I need.
I’m kind of a layman on this part, but I don’t see any problem leaving the bank with the server, so I think the biggest reason to do this is the size of the app, so if you have millions of hits per hour, that could be an advantage. but as I said is not very my area.
– Neuber Oliveira
In this scenario, if the connection between the Node server and the BD is too slow it may be a problem. You need to analyze whether data volume requires a dedicated BD server or not.
– Roberto14