I am a little surprised at the performance of serde_arrow - a Vec<MyType> of only say 8 million records (~15 fields) is nevertheless taking 6+ seconds in to_record_batch -- is it possible that the generated code is not allocating the arrays with the total capacity to begin with or something ?
I am a little surprised at the performance of serde_arrow - a
Vec<MyType>of only say 8 million records (~15 fields) is nevertheless taking 6+ seconds into_record_batch-- is it possible that the generated code is not allocating the arrays with the total capacity to begin with or something ?