I started playing with DragonflyDB to replace Redis as the app data storage for a Mastodon instance. Redis used 22 GB of memory, DragonflyDB uses 8.5 GB.

That's very impressive, probably in part because Mastodon uses a lot of sorted sets (for timelines) and Dragonfly stores those in a much more efficient data structure, resulting in a lot less overhead (see dragonflydb.io/blog/dragonfly-).
Additional bonus: they provide a K8s operator, with built-in HA

1
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
dansup

@renchap Wow, that's really impressive! Def need to look into that, we use sorted sets a lot too :)

0
6d
Replies