Skip to content

Commit 497679b

Browse files
authored
add explicit anchor
1 parent 0912854 commit 497679b

File tree

1 file changed

+3
-4
lines changed
  • docs/integrations/data-ingestion/clickpipes/mysql

1 file changed

+3
-4
lines changed

docs/integrations/data-ingestion/clickpipes/mysql/resync.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@ sidebar_label: 'Resync ClickPipe'
77

88
import resync_button from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/resync_button.png'
99

10-
### What does Resync do?
10+
### What does Resync do? {#what-does-resync-do}
1111

1212
Resync involves the following operations in order:
1313
1. The existing ClickPipe is dropped, and a new "resync" ClickPipe is kicked off. Thus, changes to source table structures will be picked up when you resync.
1414
2. The resync ClickPipe creates (or replaces) a new set of destination tables which have the same names as the original tables except with a `_resync` suffix.
1515
3. Initial load is performed on the `_resync` tables.
1616
4. The `_resync` tables are then swapped with the original tables. Soft deleted rows are transferred from the original tables to the `_resync` tables before the swap.
1717

18-
1918
All the settings of the original ClickPipe are retained in the resync ClickPipe. The statistics of the original ClickPipe are cleared in the UI.
2019

21-
### Use cases for resyncing a ClickPipe
20+
### Use cases for resyncing a ClickPipe {#use-cases-for-resyncing-a-clickpipe}
2221
Here are a few scenarios:
2322

2423
1. You may need to perform major schema changes on the source tables which would break the existing ClickPipe and you would need to restart. You can just click Resync after performing the changes.
@@ -30,7 +29,7 @@ You can resync multiple times, however please account for the load on the source
3029
since initial load with parallel threads is involved each time.
3130
</Info>
3231

33-
### Resync ClickPipe Guide
32+
### Resync ClickPipe guide {#resync-clickpipe-guide}
3433
1. In the Data Sources tab, click on the MySQL ClickPipe you wish to resync.
3534
2. Head over to the **Settings** tab.
3635
3. Click on the **Resync** button.

0 commit comments

Comments
 (0)