You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/parquet-mode.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Traditional TSDB format and Store Gateway architecture face significant challeng
19
19
20
20
### TSDB Format Limitations
21
21
-**Random Read Intensive**: TSDB index relies heavily on random reads, where each read becomes a separate request to object storage
22
-
-**Overfetching**: To reduce object storage requests, data that are close together are merged in a sigle request, leading to higher bandwidth usage and overfetching
22
+
-**Overfetching**: To reduce object storage requests, data that are close together are merged in a single request, leading to higher bandwidth usage and overfetching
23
23
-**High Cardinality Bottlenecks**: Index postings can become a major bottleneck for high cardinality data
0 commit comments