Skip to content

Refactor buffer operator to use column data structure instead #590

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

Merged
merged 2 commits into from
Nov 23, 2024

Conversation

Ulimo
Copy link
Contributor

@Ulimo Ulimo commented Nov 22, 2024

This change also adds copy to data columns to support fast output from the buffer operator.

This change also adds copy to data columns to support fast output from the buffer operator.
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: ccb9542 Previous: 7db1083 Ratio
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.InnerJoin 577676230 ns (± 12671689.554808563) 588638700 ns (± 9231369.002121696) 0.98
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.LeftJoin 653516440 ns (± 36052585.812368885) 632393477.7777778 ns (± 23156158.76418074) 1.03
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ProjectionAndNormalization 201542360 ns (± 7493458.779673554) 171268600 ns (± 6644227.006958748) 1.18
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.SumAggregation 235253780 ns (± 13862838.450175587) 190822830 ns (± 6415026.852121856) 1.23
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ListAggWithMapAggregation 2297158320 ns (± 129934782.52334513) 2656394200 ns (± 136074715.58524996) 0.86

This comment was automatically generated by workflow using github-action-benchmark.

@Ulimo Ulimo merged commit c8bae35 into main Nov 23, 2024
6 checks passed
@Ulimo Ulimo deleted the column_buffer_operator branch November 23, 2024 16:10
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.

1 participant