mrtisttt opened a new issue, #9338: URL: https://github.com/apache/seatunnel/issues/9338
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Due to the following issue, the ClickHouse Source no longer supports parallel reads. https://github.com/apache/seatunnel/issues/8803 In practical scenarios, synchronizing large amounts of data from ClickHouse is highly necessary; otherwise, ingesting data from ClickHouse will become extremely slow. The previous issue directly removed the parallel reads feature. I have read the code of the previous version (2.3.9) and other connector's implementation, I think it is very necessary to implement and can also bring great value. Since I need to synchronize a large amount of ClickHouse data in actual work scenarios, if the community deems it necessary, I am very willing to implement this feature and add complete test cases and documentation. ### Usage Scenario Efficiently synchronize large volumes of data from ClickHouse. ### Related issues https://github.com/apache/seatunnel/issues/8803 ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
