File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ CrateDB eliminates the trade-off between data accessibility and storage costs
99by keeping all high-volume raw data in the hot zone without requiring
1010downsampling or aggregation. Unlike traditional systems that force you to
1111choose between real-time query capabilities and long-term retention,
12- CrateDB handles billions of unique records while maintaining fast query
12+ CrateDB handles billions of records while maintaining fast query
1313performance on the full dataset.
1414
1515Traditional analytics pipelines rely on pre-aggregated rollups or batch
1616processing to handle query loads, limiting users to predefined metrics
1717and losing the granularity needed for ad-hoc analysis. CrateDB's
18- distributed architecture scales horizontally to support individual,
19- exploratory queries on complete raw datasets in real time, enabling
18+ distributed architecture scales horizontally to support
19+ exploratory queries on complete raw datasets in near real time, enabling
2020analysts to discover insights that would be invisible in downsampled data.
2121
2222By keeping all records immediately available for querying, you avoid the
You can’t perform that action at this time.
0 commit comments