Discover this podcast and so much more

Podcasts are free to enjoy without a subscription. We also offer ebooks, audiobooks, and so much more for just $11.99/month.

Tech Talk: Rethinking databases and Noria with Jon Gjengset

Tech Talk: Rethinking databases and Noria with Jon Gjengset

FromCoRecursive: Coding Stories


Tech Talk: Rethinking databases and Noria with Jon Gjengset

FromCoRecursive: Coding Stories

ratings:
Length:
59 minutes
Released:
Apr 30, 2019
Format:
Podcast episode

Description

Can we make databases faster and remove the need for caching reads in an external cache? Can we make a distributed SQL based relational database that outperforms memcached? Jon Gjengset and the PDOS team at MIT CSAIL have done just that with Noria. Today I talk to Jon about Noria, about building a database in rust and his efforts to teach people intermediate rust via live coding sessions. Jon was great to talk to. He really was able to explain to me how Noria is able to do what it does and where it is in terms of maturity. The key, besides Rust and evmaps, is that Noria uses materialized views to do query optimization ahead of time, on write. The devil is in the details though, of course. And the details, in this case, are turning declarative SQL into a dataflow program that handles cache updates on new writes. http://corecursive.com/030-rethinking-databases-with-jon-gjengset/ Show notes: Noria Project pdos group at MIT Noria Paper Noria Article Jon's Rust Streaming      
Released:
Apr 30, 2019
Format:
Podcast episode

Titles in the series (91)

The stories and people behind the code. Hear stories of software development from interesting people.