Pain Point

Cold Retrieval Latency

The minutes-to-hours delay when accessing data stored in S3 Glacier, Glacier Deep Archive, or equivalent cold storage tiers. Retrieval requires initiating a restore request and waiting for the data to become accessible.

3 connections 2 resources

Summary

What it is

The minutes-to-hours delay when accessing data stored in S3 Glacier, Glacier Deep Archive, or equivalent cold storage tiers. Retrieval requires initiating a restore request and waiting for the data to become accessible.

Where it fits

Cold retrieval latency is the cost of cheap storage. Glacier and Deep Archive offer dramatically lower storage costs but impose retrieval delays that make interactive access impossible. This creates a hard boundary between "queryable" and "archived" data in S3 architectures.

Misconceptions / Traps
  • Glacier retrieval is not just slow — it has three speed tiers with different costs: Expedited (1-5 minutes), Standard (3-5 hours), and Bulk (5-12 hours). Choosing the wrong tier wastes money or time.
  • Data restored from Glacier has a temporary availability window. If the restored copy expires before it is consumed, the retrieval must be repeated.
Key Connections
  • constrained_by Tiered Storage — cold tiers impose retrieval delays
  • related_to Cold Scan Latency — cold retrieval is the extreme case
  • scoped_to S3, Object Storage

Definition

What it is

The significant time delay (minutes to hours) required to retrieve data from cold or archive storage tiers (S3 Glacier Flexible Retrieval, Glacier Deep Archive), which blocks time-sensitive workflows that unexpectedly need archived data.

Connections 3

Outbound 2
Inbound 1

Resources 2