Aiven-Open / Aiven-Open/jdbc-connector-for-apache-kafka

Redshift specific dialect and/or multi-row insert

未关闭
#34 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。