Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions _science/2025-10-30-mihail-stoian.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: post
title: "DuckDB in Research S02E03: Mihail Stoian"
subtitle: "TODO"
author: "Disseminate Podcast Series by Jack Waudby"
thumb: "/images/science/thumbs/mihail-stoian.png"
image: "/images/science/thumbs/mihail-stoian.png"
excerpt: ""
tags: ["Podcast"]
length: "35 min"
---

## Links

* [Apple Podcasts]()
* [Spotify]()
* [YouTube]()

## Description

In this episode of the DuckDB in Research series, host **Jack Waudby** sits down with **Mihail Stoian,** PhD student at the Data **Systems Lab, University of Technology Nuremberg,** to unpack the cutting-edge ideas behind **Parachute,** a new approach to robust query processing and bidirectional information passing in modern analytical databases.
We explore how Parachute **bridges theory and practice,** combining concepts from instance-optimal algorithms and semi-join filtering to boost performance in **DuckDB,** the in-process analytical SQL engine that’s reshaping how research meets real-world data systems.

Mihail discusses:

* How _Parachute_ extends semi-join filtering for two-way information flow
* The challenges of implementing research ideas inside DuckDB
* Practical performance gains on TPC-H and CEB workloads
* The future of adaptive query processing and research-driven system design

Whether you’re a **database researcher,** **systems engineer,** or **curious practitioner,** this deep-dive reveals how academic innovation continues to shape modern data infrastructure.

Links:

* [Parachute: Single-Pass Bi-Directional Information Passing (VLDB 2025 Paper)]({% link _science/2025-09-01-parachute.md %})
* [Mihail's homepage](https://stoianmihail.github.io/)
* [Parachute's GitHub repository](https://github.com/utndatasystems/parachute)