databases
hi im using a bare metal and wondering if I should run my databases on a second machine or just run them on my bare metal machine. almost all of my plugins are using databases for storage as we are using sharding (cant use folia due to small custom maps)
I'm using redis, MongoDB (community edition) and mariaDB
4 Replies
You'd want the servers to have low latency to the database as the primary priority
ah I thought so I'm just worried the db might run out of mem or reasorces then not save right or smth
aside from that, unless you're running out of resources, there's nothing that would require you to run the database server on a seperate machine
ahh ok