-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
feature-requestthis is a feature requests on the productthis is a feature requests on the product
Description
Range slices can be read sequentially on disk if splitPk is incremented in the table. It can improve performance to some extent
1.incremental mode with parallelism >1 ,support range splitStrategy

2.polling mode support range splitStrategy
- JdbcInputSplit Added splitStrategy and isPolling attributes
- Get minValue and maxValue from splitPk in the database table, slice these data using rangeSplitStrategy first
- Set maxValue as startLocation and start polling according to the modSplitStrategy
Metadata
Metadata
Assignees
Labels
feature-requestthis is a feature requests on the productthis is a feature requests on the product