Better scalability
The database tends to be the central bottleneck limiting scalability. Say, every user request initiates 100 database queries. Traditionally, these queries are queued individually, which really hurts response times as the number of visitors go up.
Not in Boomla. In Boomla, every app server has its own snapshot of the database, thus queries can be executed immediately, instead of being queued.