Hey!
Have you read one of our dev blogs before?
Here's one on our use of Grafana, a tool to generate a bunch of graphs about Hypixel. In these dev posts, we talk about how the technology works on the network.
Today, we'll explain how we handle the storage of player islands on Hypixel SkyBlock.
Briefly for the few of you who might not have played: Each player owns their own Minecraft world on the game in which they can build their base, generate resources using minions and store their valuables in chests. Depending on their
rank, players can create a certain number of profiles, each with their own island.
The task of storing Minecraft worlds is easily divided in two: 1. turning blocks into files 2. holding lots of files.
But first...
▶ SkyBlock Statistics (so far)
- Game released on June 11th 2019
- 1.73 million player islands
- 40.2 GB of data on drives
- 27 thousand concurrent players record
- 75 big computers running 1500 Minecraft servers with 10 worlds each, just for player islands
- 3300 saves and 904 island load per minute at 20k ccu
- Started development in January with 3-4 full-time devs, with a prototype first built in a in-house game jam in November
Click read more to learn how the cake is cooked.
Continue reading...