Season 5

Mohamed Alzayat | Groundhog: Efficient Request Isolation in FaaS | #40
September 11, 2023x
10
42:4639.17 MB

Mohamed Alzayat | Groundhog: Efficient Request Isolation in FaaS | #40

Summary: Security is a core responsibility for Function-as-a-Service (FaaS) providers. The prevailing approach has each function execute in its own container to isolate concurrent executions of different functions. However, successive invocations of the same function commonly reuse the runtime stat...

Cuong Nguyen | Detock: High Performance Multi-region Transactions at Scale | #39
August 28, 2023x
9
37:2834.32 MB

Cuong Nguyen | Detock: High Performance Multi-region Transactions at Scale | #39

Summary: In this episode Cuong Nguyen tells us about Detock, a geographically replicated database system. Tune in to learn about its specialised concurrency control and deadlock resolution protocols that enable processing strictly-serializable multi-region transactions with near-zero performance de...

Bogdan Stoica | WAFFLE: Exposing Memory Ordering Bugs Efficiently with Active Delay Injection | #38
August 14, 2023x
8
55:5751.24 MB

Bogdan Stoica | WAFFLE: Exposing Memory Ordering Bugs Efficiently with Active Delay Injection | #38

Concurrency bugs are difficult to detect, reproduce, and diagnose, as they manifest under rare timing conditions. Recently, active delay injection has proven efficient for exposing one such type of bug — thread-safety violations — with low over-head, high coverage, and minimal code analys...

Roger Waleffe | MariusGNN: Resource-Efficient Out-of-Core Training of Graph Neural Networks | #37
July 31, 2023x
7
1:13:0666.93 MB

Roger Waleffe | MariusGNN: Resource-Efficient Out-of-Core Training of Graph Neural Networks | #37

Summary: In this episode, Roger Waleffe talks about Graph Neural Networks (GNNs) for large-scale graphs. Specifically, he reveals all about MariusGNN, the first system that utilises the entire storage hierarchy (including disk) for GNN training. Tune in to find out how MaruisGNN works and just how ...

Madelon Hulsebos | GitTables: A Large-Scale Corpus of Relational Tables | #36
July 17, 2023x
6
45:5442.04 MB

Madelon Hulsebos | GitTables: A Large-Scale Corpus of Relational Tables | #36

Summary: The success of deep learning has sparked interest in improving relational table tasks, like data preparation and search, with table representation models trained on large table corpora. Existing table corpora primarily contain tables extracted from HTML pages, limiting the capability to re...