Skip to content

Commit 0f82787

Browse files
authored
Update parallel_initial_load.md
1 parent 6c49082 commit 0f82787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ However, the MySQL ClickPipe can parallelize this process, which can significant
1919
### Partition key column {#key-mysql-snapshot}
2020

2121
Once we've enabled the feature flag, you should see the below setting in the ClickPipe table picker (both during creation and editing of a ClickPipe):
22-
<Image src={partition_key} alt="Partition key column" size="md"/>
22+
<Image img={partition_key} alt="Partition key column" size="md"/>
2323

2424
The MySQL ClickPipe uses a column on your source table to logically partition the source tables. This column is called the **partition key column**. It is used to divide the source table into partitions, which can then be processed in parallel by the ClickPipe.
2525

@@ -31,7 +31,7 @@ The partition key column must be indexed in the source table to see a good perfo
3131

3232
Let's talk about the below settings:
3333

34-
<Image src={snapshot_params} alt="Snapshot parameters" size="md"/>
34+
<Image img={snapshot_params} alt="Snapshot parameters" size="md"/>
3535

3636
#### Snapshot number of rows per partition {#numrows-mysql-snapshot}
3737
This setting controls how many rows constitute a partition. The ClickPipe will read the source table in chunks of this size, and chunks will be processed in parallel based on the initial load parallelism set. The default value is 100,000 rows per partition.

0 commit comments

Comments
 (0)