Skip to content

Commit 4dfbe73

Browse files
authored
Merge pull request #5296 from segmentio/explain-the-dedupe-window
explain the dedupe window
2 parents 9e2fdd8 + 1aad04f commit 4dfbe73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/duplicate-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Segment guarantees that 99% of your data won't have duplicates within an approxi
66

77
## 99% deduplication
88

9-
Segment has a special deduplication service that sits behind the `api.segment.com` endpoint and attempts to drop 99% of duplicate data. Segment stores at least 24 hours worth of event `messageId`s, allowing Segment to deduplicate any data that appears within a 24 hour rolling window.
9+
Segment has a special deduplication service that sits behind the `api.segment.com` endpoint and attempts to drop 99% of duplicate data. Segment stores at least 24 hours' worth of event `messageId`s, which allows Segment to deduplicate any data that appears with the same `messageId` within the stored values.
1010

1111
Segment deduplicates on the event's `messageId`, _not_ on the contents of the event payload. Segment doesn't have a built-in way to deduplicate data for events that don't generate `messageId`s.
1212

0 commit comments

Comments
 (0)