22-25 April 2026

Inside the Query Engine: Comparing PostgreSQL, MySQL, and SQL Server Part 1

2025

TL; DR

Compare how PostgreSQL, MySQL, and SQL Server optimise the same queries differently. Through practical examples, discover each database's unique approach to query planning and optimisation, helping you make informed decisions for your projects.

Session Details

In this session, we'll delve deep into the world of query optimisers, contrasting their performance across three of the world's leading RDBMS: PostgreSQL, MySQL, and SQL Server. These database systems, boasting a rich history and widespread adoption by enterprises both on-premises and in the cloud, each bring unique strengths and intricacies to the table. If you're evaluating which database to adopt for your upcoming projects, or simply curious about the inner workings and unexpected outcomes of query optimisation, this is a must-attend. Expect a blend of in-depth insights, engaging discussions, and surprising results!

3 things you'll get out of this session

* Always interesting to learn by comparison: how queries could be optimised in 3 different engines * Understand, that performance is not only about indexes * Do 3 databases really differ?