Skip to content
Storage

Data Tiering

Manage data cost-effectively with Hot, Warm & Cold storage tiers.

As data volumes and velocities grow, a one-size-fits-all storage strategy becomes inefficient and expensive. CrateDB’s data tiering capability enables you to classify and store data based on access patterns and business priorities, ensuring that your hottest data stays fast, your warm data is balanced, and your cold or archival data remains cost-effective.

By leveraging CrateDB’s distributed architecture, you can move data seamlessly between tiers, keeping operations optimal without sacrificing flexibility or performance.

How data tiering works

  • Tier categories:
    • Hot: For active, high-velocity data requiring lowest latency (e.g., recent sensor readings, real-time events).
    • Warm: For less frequently accessed data where cost-performance balance matters (e.g., recent logs, near-real-time archives).
    • Cold: For archival or seldom-used data where retention is required but access is infrequent (e.g., historical records, compliance archives).
  • Automatic or manual tiering: Administrators can define policies to move data automatically between tiers based on age, size, value or retention rules, or trigger movements manually when needed.
  • Resource optimisation: By aligning storage class with workload priority, CrateDB allows you to allocate premium resources to critical data and more economical storage to older or less-active data.
  • Unified access: Regardless of tier, you can query across Hot, Warm and Cold data using the same SQL interface, preserving analytics continuity without separate silos.

Data Tiering (1)

 

cr-quote-image

Why it matters

  • Cost savings: Storing older or less-used data on lower-cost tiers dramatically reduces infrastructure spending while preserving ability to query when needed.
  • Performance where it matters: Your most active workloads (Hot tier) get the fastest storage and compute, ensuring high throughput and low latency.
  • Storage flexibility: As data grows, you don’t need to treat all data equally — you can tier with intention.
  • Data retention & compliance: Meets needs for long-term retention, audit trails, or regulatory archives without sacrificing budget or performance.
  • Simplicity at scale: With CrateDB’s unified architecture, you avoid maintaining separate systems for hot vs cold data, queries span tiers transparently.
cr-quote-image

Typical use cases

  • IoT & Sensor Analytics: Keep last 30 days of high-velocity telemetry in the Hot tier, move older data to Warm, and archive multi-year history in Cold.
  • Log & event data platforms: Store recent logs for real-time monitoring in Hot, older logs for trend analysis in Warm, and compliance required data in Cold.
  • Enterprise retention policies: For regulated industries, store recent operational data on-site (Hot/Warm) and archive legacy data to cost-efficient Cold tier while maintaining query capability.
  • Hybrid Deployments / Edge Scenarios: On edge or constrained hardware, keep only Hot data locally while syncing Warm or Cold data to central storage or cloud.
cr-quote-image

Best practices

  • Define clear policies (age, size, access frequency) for data movement between tiers.
  • Use partitioning or timestamp-based sharding to make tiering decisions efficient and predictable.
  • Monitor access patterns and adjust tier definitions according to changing workload behaviour.
  • For Cold tier data, review availability vs cost trade-offs and ensure that query performance expectations are aligned.
  • Document your data lifecycle and retention rules, especially for compliance and audit purposes.
cr-quote-image

CrateDB architecture guide

This comprehensive guide covers all the key concepts you need to know about CrateDB's architecture. It will help you gain a deeper understanding of what makes it performant, scalable, flexible and easy to use. Armed with this knowledge, you will be better equipped to make informed decisions about when to leverage CrateDB for your data projects. 

CrateDB-Architecture-Guide-Cover

Additional resources

Want to learn more?