• The MMO Palia has a complex architecture, using Unreal Engine for its game engine and a microservice approach with services for specific player features. The game uses ScyllaDB (column store) for its main database along with PostgreSQL for specific use cases where a relational model is necessary. This article goes into deep detail about the architecture of the MMO and the reasoning behind each decision.