Aiven-Open / Aiven-Open/jdbc-connector-for-apache-kafka
Redshift specific dialect and/or multi-row insert
未关闭
- 主要语言
- Java
- 星标
- 113
- 派生
- 62
- 平均合并
- 4 小时 12 分钟
- 30 天内合并 PR
- 1
描述
We've been using this JDBC connector against Redshift and have run into a number of shortcomings.
Specifically there are 2 main issues, the first is the `string` -> `TEXT` -> `VARCHAR(256)` mapping (which essentially renders the `auto.create` functionality useless) and the second is the incredibly slow writes resulting from inserts records one at a time in Redshift.
I put together a rough spike here to test out some potential improvements and the results are promising. You can find my PR here:
https://github.com/meroxa/aiven-kafka-connect-jdbc/pull/1
I'd love to collaborate on getting this work done and shipped if there's interest.
贡献指南
评估
这个 Issue 还没有评估数据。