Skip to content

Refactor mongodb sink to use column based format #640

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
Dec 20, 2024
Merged

Conversation

Ulimo
Copy link
Contributor

@Ulimo Ulimo commented Dec 11, 2024

This fixes #639

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: b32cff5 Previous: 7db1083 Ratio
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.InnerJoin 557276040 ns (± 6678029.2858497305) 588638700 ns (± 9231369.002121696) 0.95
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.LeftJoin 652206483.3333334 ns (± 23760343.318174087) 632393477.7777778 ns (± 23156158.76418074) 1.03
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ProjectionAndNormalization 201417420 ns (± 13860752.626014056) 171268600 ns (± 6644227.006958748) 1.18
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.SumAggregation 229249830 ns (± 12530354.08474158) 190822830 ns (± 6415026.852121856) 1.20
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ListAggWithMapAggregation 2260181940 ns (± 139806850.61727482) 2656394200 ns (± 136074715.58524996) 0.85

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

@Ulimo Ulimo merged commit ba84961 into main Dec 20, 2024
6 checks passed
@Ulimo Ulimo deleted the mongodb_column_sink branch December 20, 2024 08:55
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.

Change MongoDB sink to use column based event format
1 participant