22-25 April 2026
Video unavailable
SQLBits 2026

Cost Effective In-Memory Analytics at Scale: Using DuckDB as Application-Layer Offload

Use DuckDB to embed analytics in your application process for in-memory, scalable, low-latency, high-concurrency, low-cost queries without data warehouse complexity. Working code, live demos, performance measurements, and how to address limitations.
Serving high concurrency, low-latency analytical queries typically points toward a data warehouse such as Athena, Redshift or Snowflake. These solutions work well but whilst they are “interactive” speed they aren’t near real-time. Also, their costs scale steeply, they introduce operational complexity and requires additional skills. This is often untenable for small teams or cost-conscious organisations. This session explores an alternative pattern: embedding the analytics query engine and data in the same process as the application to deliver low latency, high concurrency, autoscaling, resilient and low-cost analytical queries with a few lines of familiar code and commodity hardware.

This session is for both application developers and data engineers. Whilst it will use AWS it is equally valid on other clouds or on-premises.

In this session we will discuss the pattern, show the code, show it in action and share some measurements. We will address some limitations and sign-post solutions.