

#201 The Database is the Operating System with Mike Stonebraker, CTO & Co-Founder At DBOS
Apr 25, 2024
In this engaging discussion, Mike Stonebraker, a pioneering computer scientist and co-founder of DBOS, dives into the revolutionary idea of building operating systems on database foundations. He tackles the challenges of 'Heisen bugs' in database systems and how SQL-based architectures can solve these issues. Stonebraker also highlights the transformative potential of database-focused OS for app development and cybersecurity, emphasizing their ability to enhance efficiency and reduce vulnerabilities. His journey from academia to entrepreneurship adds a personal touch, showcasing his drive to impact the tech landscape.
AI Snips
Chapters
Transcript
Episode notes
OS State Management
- Operating system state management has become a database problem due to a massive increase in resources.
- Modern operating systems struggle with scalability and legacy code, making a database-centric approach necessary.
Once and Only Once
- A regional bank's application logic is one-third to one-half dedicated to ensuring "once and only once" transactionality.
- DBOS automatically addresses this by controlling all parts of the interaction within the database.
Ransomware Recovery
- A large enterprise with a complex security system experiences hours of delay in ransomware attack response.
- DBOS offers automatic recovery from ransomware attacks by storing all OS and application state in the database.