conference logo

Playlist "FrOSCon 2020 Cloud-Edition"

Eliminating the database bottleneck for proper horizontal scalability

Dino Omanovic

When working in cloud or micro service environments one of the main advantages is the promise of horizontal scalability to handle usage and load spikes. In reality this is often hindered by the persistence technologies we use. I want to show an approach that saves money, RAM and our nerves ;)

Using technologies like SQLite or BoltDB may often be associated with single-device usecases or developer tooling, but in this talk i want to show how we can leverage the simplicity of those technologies to allow for true horizontal scaling of our applications.

I will explain architectural benefits, discuss up- and downsides and i will finish with some experiences from real world applications in production.