TLDR Data 2026-09-03
Netflix’s Parallel Spark Tuning 📊, Tracing AI Token Waste 💸, S3 Gets More Duck 🦆
What do Uber, CERN, and Apple have in common? (Sponsor)
They're all showing up to
OpenSearchCon North America to share how they run search, observability, and data infrastructure at massive scale.
Will you be there too? Get your ticket now for three days of practical learning and direct connections with other technical leaders. Here's what to expect:
- Real-world implementation strategies: vector search, agentic AI workflows, observability pipelines
- Technical sessions: search relevance tuning, plugin development, and vector database optimization
- Hands-on workshops: build a full observability stack with OpenTelemetry, or a working agentic AI search application.
- $250 certification voucher toward the Linux Foundation's OpenSearch Certified Associate exam.
September 22 to 24, San Jose.Save your seat
Running Apache Spark experiments in my sleep (and on a plane) (9 minute read)
Netflix's member-sessionizer pipeline turns tens of billions of hourly client events into viewing sessions, but scale bottlenecks made ordinary tuning painfully slow. Instead of optimizing one Spark run at a time, the team built a parallel experiment loop that launched, monitored, and compared multiple production-scale tests to expose memory and shuffle bottlenecks faster.
How we eliminated $1 million a year of wasted AI agent spend in one hour (6 minute read)
Databricks traced silent MCP tool failures that caused agents to repeatedly retry, revealing seven small bugs responsible for an estimated $499,000 in wasted tokens and $1.2 million in annual lost productivity. Fixing them took about an hour, highlighting the value of tracing tool calls and designing tools to accept the reasonable input variations generated by LLMs.
Rerouting the Stream: How Lyft Moved to the Apache Flink Operator (11 minute read)
Lyft retired its internally built Flink Kubernetes operator and migrated its streaming fleet to the open-source Apache Flink Kubernetes Operator. The useful lesson is the migration pattern: run both operators in parallel, preserve the user-facing deployment contract, patch gaps such as default restart behavior, and then use the move to simplify ownership and upgrades.
Read your own writes, off the primary (10 minute read)
Modern apps can write successfully, invalidate cached state, and immediately read from a replica that has not replayed the change yet. PostgreSQL 19's WAIT FOR LSN lets applications route reads to replicas while waiting for a specific WAL position, turning read-your-writes consistency into a measured timeout budget instead of primary pinning or sleep hacks.
Why AWS Bought DuckLabs (8 minute read)
AWS bought DuckLabs to gain its core team and influence DuckDB's roadmap, positioning DuckDB, DuckLake and Quack as foundations for S3-based analytics and AI agent workloads. DuckDB remains independently governed and open source, while MotherDuck will likely differentiate through higher-level tools for pipelines, agents, and data applications.
Building and Using Named Queries (7 minute read)
Named queries turn SPARQL from an expert-only endpoint into a governed API surface. By registering queries as RDF resources with parameters, output contracts, metadata, and ACLs, teams can expose graph data to applications and agents without giving every caller raw query access or forcing them to understand the whole ontology.
The Modern CUDA Toolbox in Practice: A Step-by-Step Optimization Walkthrough (16 minute read)
NVIDIA demonstrates how modern CUDA tools can make GPU code safer and dramatically faster by combining better debugging, optimized CUB algorithms, pooled memory, pinned transfers, and asynchronous streams. These incremental changes reduced an image-processing pipeline from 6.8 seconds to 23 milliseconds, a roughly 300x speedup.
MLCommons Releases New MLPerf Storage v3.0 Benchmark Results (4 minute read)
MLPerf Storage v3.0 adds benchmark tests for KV cache and vector database workloads, plus an S3 object-storage access layer alongside POSIX. That makes the suite more relevant to modern AI systems, where inference caches, vector indexes, checkpointing, and object storage can be the real bottlenecks behind model throughput and cost.
dbt doctor (GitHub Repo)
dbt doctor is an open-source static analysis tool that scans dbt projects for missing documentation and tests, schema drift, stale models, DAG complexity, and governance gaps. It can run locally, through coding agents, or in CI to score project health and block changes that introduce quality issues.
Introducing FrontierHarness Eval (14 minute read)
FrontierHarness found that coding-agent harnesses achieved relatively similar pass rates but varied by up to 17x in cost, showing that tooling, caching, and model compatibility strongly affect efficiency. Codex had the highest pass rate at 66.7% with moderate cost, while Exo was cheapest and DSH Minimal was fastest.
Curated deep dives, tools and trends in big data, data science and data engineering 📊
Join 590,000 readers for
one daily email