Full notes
Full Microlandia update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
- Performance
- Gameplay
Microlandia changes
Two important changes for performance on cities with 20K+ citizens:
Reduced the amount of redundant reads to the buildings database on each tick. We now keep most of the building data in the memory.
Reduced the complexity of the queries related to rent seeking: we had an over-engineered function that was causing the db to lock for too long when citizens relocated to the city or within the city.
Source
Changelog.gg summarizes and formats this update. How we read updates.
