File tree Expand file tree Collapse file tree
content.zh/docs/connectors/flink-sources
content/docs/connectors/flink-sources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,10 +219,10 @@ Connector Options
219219 <td>Boolean</td>
220220 <td>Incremental snapshot is a new mechanism to read snapshot of a table. Compared to the old snapshot mechanism,
221221 the incremental snapshot has many advantages, including:
222- (1) source can be parallel during snapshot reading,
223- (2) source can perform checkpoints in the chunk granularity during snapshot reading,
224- (3) source doesn't need to acquire global read lock (FLUSH TABLES WITH READ LOCK) before snapshot reading.
225- Please see <a href="#incremental-snapshot-reading ">Incremental Snapshot Reading</a>section for more detailed information.
222+ <br/> (1) source can be parallel during snapshot reading,
223+ <br/> (2) source can perform checkpoints in the chunk granularity during snapshot reading,
224+ <br/> (3) source doesn't need to acquire global read lock (FLUSH TABLES WITH READ LOCK) before snapshot reading.
225+ <br/> Please see <a href="#incremental-snapshot-reading-experimental ">Incremental Snapshot Reading</a> section for more detailed information.
226226 </td>
227227 </tr>
228228 <tr>
Original file line number Diff line number Diff line change @@ -216,10 +216,10 @@ SELECT * FROM shipments;
216216 <td>Boolean</td>
217217 <td>Incremental snapshot is a new mechanism to read snapshot of a table. Compared to the old snapshot mechanism,
218218 the incremental snapshot has many advantages, including:
219- (1) source can be parallel during snapshot reading,
220- (2) source can perform checkpoints in the chunk granularity during snapshot reading,
221- (3) source doesn't need to acquire global read lock (FLUSH TABLES WITH READ LOCK) before snapshot reading.
222- Please see <a href="#incremental-snapshot-reading ">Incremental Snapshot Reading</a>section for more detailed information.
219+ <br/> (1) source can be parallel during snapshot reading,
220+ <br/> (2) source can perform checkpoints in the chunk granularity during snapshot reading,
221+ <br/> (3) source doesn't need to acquire global read lock (FLUSH TABLES WITH READ LOCK) before snapshot reading.
222+ <br/> Please see <a href="#incremental-snapshot-reading-experimental ">Incremental Snapshot Reading</a> section for more detailed information.
223223 </td>
224224 </tr>
225225 <tr>
You can’t perform that action at this time.
0 commit comments