Skip to content
Modern Lakehouse Concepts & Interoperability Last updated: May 29, 2026

Time To First Byte (TTFB)

A latency metric measuring the duration from when a client engine initiates an object storage read request to when the storage starts returning data.

time to first bytettfbstorage latencyobject storage speed

Time To First Byte (TTFB)

Time To First Byte (TTFB) is a performance metric that measures the latency of cloud object storage (such as Amazon S3, Google Cloud Storage, or Azure Blob Storage). Specifically, it tracks the duration between when a query engine sends a request to read a file block and when the storage service sends the first byte of data back to the engine.

Impact of TTFB on Query Latency

In decoupled compute and storage architectures, TTFB is a primary performance bottleneck. Cloud object storage has higher latency than local NVMe SSDs:

If a query requires scanning thousands of files, and each file read encounters a 10 ms TTFB delay, the query spends more time waiting for connections to establish than actually reading data.

Mitigation Strategies

Data architects use several techniques to bypass object storage TTFB limitations:

๐Ÿ“š Go Deeper on Apache Iceberg

Alex Merced has authored three hands-on books covering Apache Iceberg, the Agentic Lakehouse, and modern data architecture. Pick up a copy to master the full ecosystem.

โ† Back to Iceberg Knowledge Base