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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ Here are a few scenarios:
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.
25
25
2. Specifically for Clickhouse, maybe you needed to change the ORDER BY keys on the target tables. You can Resync to re-populate data into the new table with the right sorting key.
26
26
27
-
<Info>
27
+
:::note
28
28
You can resync multiple times, however please account for the load on the source database when you resync,
29
29
since initial load with parallel threads is involved each time.
30
-
</Info>
30
+
:::
31
31
32
32
### Resync ClickPipe Guide {#guide-mysql-resync}
33
33
1. In the Data Sources tab, click on the MySQL ClickPipe you wish to resync.
0 commit comments