Skip to content

Commit db6cd88

Browse files
Update docs/use-cases/observability/clickstack/migration/elastic/concepts.md
Co-authored-by: Shaun Struwig <[email protected]>
1 parent bb9559d commit db6cd88

File tree

1 file changed

+1
-1
lines changed
  • docs/use-cases/observability/clickstack/migration/elastic

1 file changed

+1
-1
lines changed

docs/use-cases/observability/clickstack/migration/elastic/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Ultimately, ClickHouse favors simplicity and performance at scale by minimizing
135135

136136
Elasticsearch de-duplicates documents based on their `_id`, routing them to shards accordingly. ClickHouse does not store a default row identifier but supports **insert-time deduplication**, allowing users to retry failed inserts safely. For more control, `ReplacingMergeTree` and other table engines enable deduplication by specific columns.
137137

138-
Index routing in Elasticsearch ensures specific documents and always routed to specific shards. In ClickHouse, users can define **shard keys** or use `Distributed` tables to achieve similar data locality.
138+
Index routing in Elasticsearch ensures specific documents are always routed to specific shards. In ClickHouse, users can define **shard keys** or use `Distributed` tables to achieve similar data locality.
139139

140140
### Aggregations and execution model {#aggregations-execution-model}
141141

0 commit comments

Comments
 (0)