Skip to content

Commit b9037e7

Browse files
matrivamotl
authored andcommitted
Solutions: Improve wording
1 parent 85dfd6d commit b9037e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/solution/analytics/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ CrateDB eliminates the trade-off between data accessibility and storage costs
99
by keeping all high-volume raw data in the hot zone without requiring
1010
downsampling or aggregation. Unlike traditional systems that force you to
1111
choose 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
1313
performance on the full dataset.
1414

1515
Traditional analytics pipelines rely on pre-aggregated rollups or batch
1616
processing to handle query loads, limiting users to predefined metrics
1717
and 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
2020
analysts to discover insights that would be invisible in downsampled data.
2121

2222
By keeping all records immediately available for querying, you avoid the

0 commit comments

Comments
 (0)