Skip to content
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

Clickhouse sink stream request to clickhouse instead of buffering in memory #80

Open
ecyshor opened this issue Dec 18, 2018 · 0 comments

Comments

@ecyshor
Copy link
Contributor

ecyshor commented Dec 18, 2018

Currently the ClickhouseSink uses groupWithin to buffer the items which need to be inserted into clickhouse. This causes a larger memory footprint and also bursts of data being sent to clickhouse.

We should basically rotate the stream to a different http sink whenever the batch size or batch timeout has been reached.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant