Sunt-ing / database-system-readings

:yum: A curated reading list about database systems
MIT License
466 stars 31 forks source link

Interview with Noria’s creator: a promising dataflow research database implemented in Rust #101

Closed Sunt-ing closed 2 years ago

Sunt-ing commented 2 years ago

https://www.notamonadtutorial.com/interview-with-norias-creator-a-promising-dataflow-database-implemented-in-rust/

Sunt-ing commented 2 years ago

How does Noria compare to other software like a relational database, in memory key-value stores, MapReduce systems like Spark, stream processing like Storm or timely data flow?

The Noria paper states that it can scale to 5x higher load than a hand optimised MySQL database. How does it manage to do that?

What is the relationship between Noria’s paper, the Differential dataflow paper and Naiad: a timely dataflow system?

Missing features of Noria

When would you avoid using Noria?

Interesting things