From 20f871702b6cd142a18c761bd8c5144e44e6e0ed Mon Sep 17 00:00:00 2001 From: Charlie Le Date: Sat, 1 Nov 2025 10:20:06 -0700 Subject: [PATCH] Fix typo in parquet-mode.md documentation Signed-off-by: Charlie Le --- docs/guides/parquet-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/parquet-mode.md b/docs/guides/parquet-mode.md index c68dd691ba6..653d43a6b05 100644 --- a/docs/guides/parquet-mode.md +++ b/docs/guides/parquet-mode.md @@ -19,7 +19,7 @@ Traditional TSDB format and Store Gateway architecture face significant challeng ### TSDB Format Limitations - **Random Read Intensive**: TSDB index relies heavily on random reads, where each read becomes a separate request to object storage -- **Overfetching**: To reduce object storage requests, data that are close together are merged in a sigle request, leading to higher bandwidth usage and overfetching +- **Overfetching**: To reduce object storage requests, data that are close together are merged in a single request, leading to higher bandwidth usage and overfetching - **High Cardinality Bottlenecks**: Index postings can become a major bottleneck for high cardinality data ### Store Gateway Operational Challenges