You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/data-ingestion/clickpipes/mysql/resync.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar_label: 'Resync ClickPipe'
7
7
8
8
import resync_button from '@site/static/images/integrations/data-ingestion/clickpipes/postgres/resync_button.png'
9
9
10
-
### What does Resync do?
10
+
### What does Resync do? {#what-mysql-resync-do}
11
11
12
12
Resync involves the following operations in order:
13
13
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.
@@ -18,7 +18,7 @@ Resync involves the following operations in order:
18
18
19
19
All the settings of the original ClickPipe are retained in the resync ClickPipe. The statistics of the original ClickPipe are cleared in the UI.
20
20
21
-
### Use cases for resyncing a ClickPipe
21
+
### Use cases for resyncing a ClickPipe {#use-cases-mysql-resync}
22
22
Here are a few scenarios:
23
23
24
24
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 +30,7 @@ You can resync multiple times, however please account for the load on the source
30
30
since initial load with parallel threads is involved each time.
31
31
</Info>
32
32
33
-
### Resync ClickPipe Guide
33
+
### Resync ClickPipe Guide {#guide-mysql-resync}
34
34
1. In the Data Sources tab, click on the MySQL ClickPipe you wish to resync.
0 commit comments