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
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