Skip to content

Commit

Permalink
[cdc-connector][oracle] oracle support use specific chunk column as a…
Browse files Browse the repository at this point in the history
… split key
  • Loading branch information
gong committed Jan 10, 2024
1 parent 3078278 commit 4b4f905
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/content/connectors/oracle-cdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,14 @@ Connector Options
so it does not need to be explicitly configured 'execution.checkpointing.checkpoints-after-tasks-finish.enabled' = 'true'
</td>
</tr>
<tr>
<td>scan.incremental.snapshot.chunk.key-column</td>
<td>optional</td>
<td style="word-wrap: break-word;">(none)</td>
<td>String</td>
<td>The chunk key of table snapshot, captured tables are split into multiple chunks by a chunk key when read the snapshot of table.
By default, the chunk key is 'ROWID'. This column must be a column of the primary key.</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 4b4f905

Please sign in to comment.