Skip to content

benchmarks : same source chunked array coalescer benchmarks - #10808

Open
Rich-T-kid wants to merge 1 commit into
apache:mainfrom
Rich-T-kid:rich-t-kid/coalecer-chunk-benchmarks
Open

benchmarks : same source chunked array coalescer benchmarks#10808
Rich-T-kid wants to merge 1 commit into
apache:mainfrom
Rich-T-kid:rich-t-kid/coalecer-chunk-benchmarks

Conversation

@Rich-T-kid

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

There is no benchmark for the pattern where a large RecordBatch is
sliced into smaller chunks and pushed into BatchCoalescer one at a
time. All slices share the same underlying buffers.

What changes are included in this PR?

Adds add_all_slice_benchmarks to arrow/benches/coalesce_kernels.rs.
It creates a 64K-row source batch, slices it into 4K-row chunks, and
pushes each slice through a BatchCoalescer. Covers primitive,
Utf8View, BinaryView, Utf8, Binary, and dictionary schemas at
two null densities.

Are these changes tested?

n/a

Are there any user-facing changes?

no

@github-actions github-actions Bot added the arrow Changes to the arrow crate label Aug 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant