Technical Talks

View All

From Postgres to ClickHouse and Back: Building a Unified OLTP + OLAP Database for AI Workloads

Kaushik Iska Kaushik Iska | Engineering Lead | Clickhouse

Databases are starting to look a lot less “either OLTP or OLAP” and a lot more “both, at once”. Data volumes are growing faster than most application architectures were designed for, and teams are being pushed to adopt OLAP systems earlier in their lifecycle. At the same time, AI-driven products are creating new workloads that need low-latency transactional behavior and high-throughput analytics together. The result is a clear trend: OLTP and OLAP are converging, and the idea of a unified database stack is becoming practical.

Working on ClickHouse’s managed Postgres effort, I have a front-row seat to this shift. Before ClickHouse, I co-founded PeerDB, where we saw data movement from Postgres to ClickHouse accelerate by orders of magnitude over the last couple of years, and it is still growing. That growth is not just about ETL, it signals what users actually want: transactional simplicity with analytics-grade performance, without stitching together a dozen systems.

In this talk, I will explain the pattern we are seeing, why it is accelerating now, and what it implies for the next generation of database platforms. I will then walk through the approach ClickHouse is taking, including managed Postgres, tighter Postgres and ClickHouse integration, and new primitives like pg_clickhouse and pg_stat_ch. We will also cover the replication story (including new “logical replication v2” style ideas), and the set of levers required to get closer to sub-second freshness and low operational overhead.

Finally, I will zoom out to the bigger picture: a unified database is not just “Postgres + OLAP”. It requires re-architecting parts of the stack so applications do not have to carry the abstraction burden. I will share what “world-class” looks like here, the remaining technical challenges, and a realistic path to making unified OLTP + OLAP the default for fast-growing AI workloads.

Kaushik Iska
Kaushik Iska
Engineering Lead | Clickhouse

Kaushik Iska is an engineering leader and database systems builder focused on PostgreSQL infrastructure at scale. He currently leads Managed Postgres engineering at ClickHouse, where he works on building high-performance Postgres systems running on NVMe and shaping the future of cloud database infrastructure. Prior to this, he was the co-founder and CTO of PeerDB, a Y Combinator Summer 2023 company focused on fast, reliable Postgres CDC and logical replication. PeerDB was acquired by ClickHouse, where its technology and vision continue to power next-generation data and database products.

Before founding PeerDB, Kaushik worked at companies including Google and Palantir, building deep expertise in distributed systems, databases, and performance engineering. He is especially passionate about PostgreSQL internals, logical replication, change data capture, and designing systems that are both elegant and production-hardened. Across startups and large-scale platforms, he has built a reputation for technical depth, execution speed, and turning complex database problems into practical products.

FEATURED MEETINGS