-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature][cdc sink clickhouse] Can timed writes be added to the cdc sink clickhouse #4953
Comments
can assign it to me? |
sure, thanks. |
@Carl-Zhou-CN Assigned |
Do you have any good ideas or solutions for this timing writing? My previous implementation using a timed thread pool has completed a version but eventually the community did not choose to merge due to some resource issues! CC: @Carl-Zhou-CN @Hisoka-X |
@zhilinli123 Thank you very much. My idea is to trigger a refresh based on the division of the checkpoints |
This is a nice idea to look forward to! |
Search before asking
Description
Can a timing configuration be added to write data to the clickhouse even if the number of data changes does not reach bulk_size within the specified time.
Usage Scenario
MySQL cdc write clickhouse. If the MySQL record update frequency is low and the number of records reaches bulk_size, data writing will be delayed. However, if bulk_size is reduced, frequent write operations will occur when the record update frequency is high. Therefore, even if the number of records in the specified time period does not reach the value of bulk_size, a timing configuration can be added to write clickhouse.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: