mrkeyoor.com_
Tue 04 Aug 08:33 UTC
Open Source04 Aug 2026 07:31 UTC5 min read

Andy Pavlo Joins ClickHouse to Launch New Database R&D Lab

Prominent Carnegie Mellon database researcher Andy Pavlo is joining ClickHouse Inc. to lead a new R&D division focused on serverless architecture, AI integration, and self-driving database systems.

ClickHouse Inc., the company behind the popular open-source analytical database, has hired Carnegie Mellon University professor Andy Pavlo to establish and lead a new research and development group called ClickHouse Labs. The move signals a significant investment in fundamental research, aiming to position the high-performance database as a next-generation cloud data warehouse.

The announcement, made by ClickHouse co-founder and CTO Alexey Milovidov, states that Pavlo is taking a leave of absence from his role as Associate Professor at Carnegie Mellon to build the new organization. The news was published on the company's blog and generated substantial discussion on developer forums like Hacker News, indicating strong community interest in the strategic hire.

Pavlo is a well-known figure in the database community, recognized for his research at the CMU Database Group, his work on autonomous database systems, and his widely followed database management systems courses. His appointment is not merely a high-profile hire but a strategic decision to embed long-term, ambitious research directly into the company's product development cycle.

The Mission of ClickHouse Labs

ClickHouse Labs is being established as a distinct entity within the company, tasked with exploring and building technologies that will define the future of analytical databases. According to the announcement, the lab's primary mission is to solve complex, long-range challenges that go beyond the typical product roadmap. This structure is intended to give researchers the freedom to pursue ambitious projects without the immediate pressures of quarterly release cycles.

The research agenda for the new lab is focused on four key areas that are central to the evolution of modern cloud data platforms:

  1. A Next-Generation Serverless Architecture: The foremost goal is to re-architect ClickHouse for a cloud-native, serverless environment. This involves fully separating compute and storage resources. In this model, data is stored durably and affordably in object storage like Amazon S3, while query processing is handled by ephemeral, stateless compute clusters that can be scaled up or down instantly. This approach provides greater elasticity and cost-efficiency compared to traditional tightly-coupled architectures, and is a hallmark of leading cloud data warehouses like Snowflake and BigQuery.

  2. Multi-Engine Query Execution: ClickHouse Labs will work on transforming the database into a federated query engine. The objective is to allow users to query data residing in external systems—such as PostgreSQL, MySQL, or directly in object storage formats like Parquet and Iceberg—without first needing to load it into ClickHouse. This capability would position ClickHouse not just as a destination for data, but as a centralized query layer that can analyze data wherever it lives. This approach reduces data movement, minimizes storage duplication, and simplifies data architectures.

  3. Advanced AI/ML Integration: The lab aims to deeply integrate artificial intelligence and machine learning capabilities into the database kernel. The goal is to make it trivial for users to invoke ML models for inference directly within their SQL queries. This "in-database ML" paradigm brings computation to the data, which is far more efficient than extracting massive datasets to run them through external modeling frameworks. The research will explore how the database can manage and execute models as first-class citizens, simplifying MLOps workflows.

  4. "Self-Driving" Database Systems: This research pillar draws directly from Pavlo's academic background in autonomous databases. The vision is to build a system that can automatically optimize its own performance and configuration. This includes features like automated view materialization, intelligent index creation, and adaptive query plan optimization based on workload patterns. A self-driving database reduces the operational burden on developers and database administrators, lowering the total cost of ownership and making sophisticated analytics more accessible.

Why This Matters for ClickHouse

ClickHouse began as an open-source project at Yandex and quickly gained a reputation for its raw query speed on massive datasets. Its column-oriented storage and vectorized query processing engine make it exceptionally fast for online analytical processing (OLAP) workloads. The project was spun out into ClickHouse Inc. in 2021 with significant venture capital funding to build a commercial cloud offering around the open-source core.

While its performance is widely respected, competing in the modern cloud data warehouse market requires more than a fast query engine. Competitors like Snowflake, Databricks, and Google BigQuery have built extensive platforms around a serverless architecture, data sharing, and deep integration with the broader cloud ecosystem. The creation of ClickHouse Labs is a clear statement of intent to close these gaps and leapfrog existing technologies.

By hiring a leading academic like Pavlo, ClickHouse is betting that fundamental, research-driven innovation will be its key differentiator. Rather than incrementally adding features, the lab is tasked with rethinking core architectural assumptions for the cloud era. This long-term investment aims to produce foundational technologies that will sustain the company's competitive edge for the next decade.

This move also reflects a broader trend in the tech industry where the line between academic research and industrial R&D is blurring. Companies handling complex, large-scale systems are increasingly establishing research labs to tackle problems that require deep scientific inquiry. Tapping into academic talent allows them to explore foundational questions that can lead to breakthrough innovations rather than just incremental improvements.

What to Watch Next

The impact of ClickHouse Labs will not be immediate. The research areas outlined are long-term projects that will likely take years to fully mature and integrate into the main ClickHouse product. However, there are several key developments to watch for in the coming months and years.

First is the growth of the lab itself. Pavlo will be tasked with recruiting top-tier researchers and engineers from both academia and industry. The caliber of talent he attracts will be an early indicator of the lab's potential. Second, the industry will be looking for the initial outputs from the lab, whether in the form of research papers, conference presentations, or early prototypes shared with the open-source community. These early releases will provide the first concrete glimpse into the architectural direction the lab is pursuing.

Ultimately, the key measure of success will be the integration of these new technologies into ClickHouse Cloud and the open-source project. The transition to a fully serverless architecture with separated storage and compute will be a critical milestone. The progress on this front, along with the rollout of federated query and in-database AI features, will determine whether ClickHouse can successfully evolve from a high-performance query engine into a comprehensive, next-generation data warehouse platform capable of challenging the market's established leaders.

We reviewed this

  1. ClickHouse — our honest review

Sources

  1. Andy Pavlo joins ClickHouse to establish ClickHouse Labs