The cardinality wall: The hidden data bottleneck for LEO constellations
Summary
The LEO satellite industry faces a "cardinality wall," a critical data bottleneck stemming from the immense volume and complexity of telemetry generated by thousands of spacecraft. Traditional ground systems, built for smaller missions, struggle with millions of distinct telemetry streams per second, each with extensive metadata like spacecraft ID and mission phase. Relational databases and log analytics platforms fail due to heavy indexing, poor handling of continuous, high-velocity writes, and inefficient time-based querying. This problem intensifies with long-term data retention needs for investigations and predictive modeling. Loft Orbital, managing over 500 million telemetry measurements daily, successfully transitioned to a time series-oriented architecture to overcome these limitations, highlighting the necessity of preserving full data context for operational visibility and mission resilience.
Key takeaway
For AI Architects and MLOps Engineers designing LEO ground systems, relying on traditional relational databases for telemetry will create critical bottlenecks. You must prioritize architectures that handle high-cardinality, continuous data streams and support long-term retention without sacrificing context. Decouple ingestion from analytics and adopt time series-oriented solutions to ensure mission resilience and enable robust predictive modeling, avoiding costly operational blind spots.
Key insights
The exponential growth of LEO satellite telemetry creates a "cardinality wall" that breaks traditional ground system architectures, demanding new distributed approaches.
Principles
- Telemetry is a distributed systems problem.
- Context preservation is critical for operations.
- Incremental scaling fails at high cardinality.
Method
Recognize architectural strain, identify cardinality impact points, decouple telemetry pipeline components (e.g., ingestion from analytics), and prioritize full context preservation over data reduction.
In practice
- Decouple high-throughput ingestion.
- Avoid downsampling or stripping metadata.
- Revisit systems assuming sequential ingestion.
Topics
- LEO Constellations
- Satellite Telemetry
- High Cardinality Data
- Ground Systems Architecture
- Time Series Databases
- Distributed Systems
Best for: CTO, VP of Engineering/Data, Data Engineer, AI Architect, MLOps Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by SpaceNews.