Apache Calcite: A platform for building advanced SQL optimizers in Java

Day 4 /  / Track 2  /  RU

The query optimizer is one of the most important components of modern DBMS and data-management systems, having a critical impact on performance. Developing an optimizer from scratch is a difficult and time-consuming task. So, it would be cool to have a platform that would allow assembling optimizers from ready-made parts, as well as expanding them to meet the needs of a specific product.

Vladimir will talk about Apache Calcite — a project that allows to quickly create powerful cost-based optimizers that surpass in their capabilities the optimizers of any modern DBMS. We will look at the theoretical issues of query optimization, the architecture and key algorithms of Apache Calcite, and examples of its use in specific Java products.


Speakers

Vladimir Ozerov
Querify Labs

Vladimir Ozerov is the founder of Querify Labs, where he manages the research and development of innovative data management products for technology companies. Before that, Vladimir worked on in-memory data platforms Apache Ignite and Hazelcast for more than eight years, focusing on distributed data processing. Vladimir is a committer to Apache Calcite and Apache Ignite projects.