Skip to content

Commit c5fe699

Browse files
authored
Fix typo in parquet-mode.md documentation (#7084)
Signed-off-by: Charlie Le <charlie_le@apple.com>
1 parent ebf631d commit c5fe699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/parquet-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Traditional TSDB format and Store Gateway architecture face significant challeng
1919

2020
### TSDB Format Limitations
2121
- **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
2323
- **High Cardinality Bottlenecks**: Index postings can become a major bottleneck for high cardinality data
2424

2525
### Store Gateway Operational Challenges

0 commit comments

Comments
 (0)