Concepts
Queries
How ColdPlane queries archived data without rehydration.
ColdPlane enables SQL queries directly against archived cold storage data without requiring expensive rehydration.
How It Works
Traditional cold storage requires restoring data to a hot tier before querying. ColdPlane bypasses this by:
- Decrypting the relevant data files for the requested backup
- Loading them into a high-performance columnar query engine
- Caching the session for instant subsequent queries
Supported SQL
ColdPlane supports a broad subset of standard SQL:
SELECTwith column projectionWHEREclauses with comparison and logical operatorsGROUP BYand aggregate functions (COUNT,SUM,AVG,MIN,MAX)ORDER BYandLIMITJOINacross tables within the same backup
Query Limits
| Plan | Concurrent Queries | Max Scan Size | Timeout |
|---|---|---|---|
| Free | 1 | 1 GB | 30s |
| Starter | 2 | 5 GB | 60s |
| Pro | 3 | 25 GB | 120s |
| Team | 5 | 50 GB | 300s |
| Enterprise | 5 | 100 GB | 300s |