alamb commented on issue #5230:
URL:
https://github.com/apache/arrow-datafusion/issues/5230#issuecomment-1435065588
Not sure if this is helpful but here is the `perf` output for running
```shell
perf record target/release/deps/sort-d963b058c1acc9f5 --bench "sort mixed
tuple"
```
```
Samples: 106K of event 'cpu-clock:pppH', Event count (approx.): 26716250000
Overhead Command Shared Object Symbol
14.97% sort-d963b058c1 sort-d963b058c1acc9f5 [.]
arrow_row::RowConverter::convert_columns
14.32% sort-d963b058c1 sort-d963b058c1acc9f5 [.]
arrow_select::take::take_bytes
11.31% sort-d963b058c1 sort-d963b058c1acc9f5 [.]
rayon::slice::quicksort::recurse
10.09% sort-d963b058c1 sort-d963b058c1acc9f5 [.]
arrow_row::variable::encode_one
7.86% sort-d963b058c1 sort-d963b058c1acc9f5 [.]
datafusion::physical_plan::sorts::sort::do_sort::{{closure}}
6.48% sort-d963b058c1 sort-d963b058c1acc9f5 [.]
arrow_row::variable::encode
4.89% sort-d963b058c1 libc.so.6 [.] 0x00000000001a89ca
2.52% sort-d963b058c1 sort-d963b058c1acc9f5 [.]
arrow_select::take::take_no_nulls
2.19% sort-d963b058c1 sort-d963b058c1acc9f5 [.]
arrow_select::take::take_impl
2.09% sort-d963b058c1 libc.so.6 [.] 0x00000000001a80ca
1.87% sort-d963b058c1 sort-d963b058c1acc9f5 [.]
criterion::stats::univariate::resamples::Resamples<A>::next
1.42% sort-d963b058c1 sort-d963b058c1acc9f5 [.]
core::slice::sort::partial_insertion_sort
1.26% sort-d963b058c1 libc.so.6 [.] 0x00000000001a7e25
1.24% sort-d963b058c1 libc.so.6 [.] 0x00000000001a7e2f
1.17% sort-d963b058c1 libc.so.6 [.] 0x00000000001a7dc0
1.15% sort-d963b058c1 libc.so.6 [.] 0x00000000001a7e00
1.14% sort-d963b058c1 libc.so.6 [.] 0x00000000001a7e31
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]