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

Add batched_sink utility for flushing sink elements together #574

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shadaj
Copy link
Member

@shadaj shadaj commented Apr 12, 2023

Add batched_sink utility for flushing sink elements together

/// when the data is actually flushed.
#[hydroflow_internalmacro::operator_docgen]
pub const DEST_SINK_CHUNKED: OperatorConstraints = OperatorConstraints {
name: "dest_sink_chunked",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like it should be dest_sink_batched?

@shadaj
Copy link
Member Author

shadaj commented Apr 13, 2023

Draft for now because we haven't proven that this actually helps yet.

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

Successfully merging this pull request may close these issues.

2 participants