Skip to content

Commit bb6de86

Browse files
authored
fix linter errors
1 parent fdf036a commit bb6de86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/developer/deduplicating-inserts-on-retries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ When an insert is retried, ClickHouse tries to determine whether the data has al
1111

1212
## Limitations
1313

14-
### Uncertain Insert Status
14+
### Uncertain insert status {#uncertain-insert-status}
1515

1616
The user must retry the insert operation until it succeeds. If all retries fail, it is impossible to determine whether the data was inserted or not. When materialized views are involved, it is also unclear in which tables the data may have appeared. The materialized views could be out of sync with source table.
1717

18-
### Deduplication Window Limit
18+
### Deduplication window limit {#deduplication-window-limit}
1919

2020
If more than `*_deduplication_window` other insert operations occur during the retry sequence, deduplication may not work as intended. In this case, the same data can be inserted multiple times.
2121

0 commit comments

Comments
 (0)