Right now we have 2 servers.
- webserver + memcached
- mysql server
the mysql server is a new and a strong server and it is not being utilized fully. I was debating if I should migrate the memcached to the mysql server or If I should order a seperate box and keep all 3 seperate. Are there any best practices you guys can suggest as to how this should be implemented? webserver/memcached + mysql server or webserver + mysql/memcached server?
Thanks