Do We Still Need People to Write Database Systems?
Database management systems (DBMSs) are complex software. They are typically worked on by an elite few seasoned in writing performant code that requires strict correctness guarantees. But there is a new trend toward replacing traditional, hand-optimized DBMS components with “learned” components that rely on machine learning (ML). Such learned components include index data structures, query optimizers, and configuration managers. Proponents of ML methods argue that they reduce the engineering overhead of DBMSs.
This talk discusses recent advancements in both human-devised DBMS optimizations and learned DBMS components, and covers both academic research and real-world implementations.