Skip to main content

Building a Highly Efficient Search Engine for Logs In Rust

The presentation has passed.

Watch the live recording of the event.

What will you learn?

In today’s modern world, any systems/servers/applications produce an increasing tremendous amount of logs and you often have to choose between costly SaaS services or on-premise solutions that are hard to manage at a large scale.

That’s why we build Quickwit from the ground up to make it cloud-native. In this talk, we will see how we re-designed indexing and search to truly decouple storage and compute, and create stateless search instances while keeping a sub-second response time.