Turning the database inside-out — Martin Kleppmann’s talks
Skip to content
A talk at
Øredev,
Malmö, Sweden, 05 Nov 2015
Transcript
Slides
Video
This was a repeat of my
talk at Strange Loop 2014.
Abstract
Databases are global, shared, mutable state. That’s the way it has been since the 1960s, and no
amount of NoSQL has changed that. However, most self-respecting developers have got rid of mutable
global variables in their code long ago. So why do we tolerate databases as they are?
A more promising model, used in some systems, is to think of a database as...
Read more at martin.kleppmann.com