datafusion-contrib / arrow-zarr

Implementation of Zarr file format in Rust
Apache License 2.0
10 stars 1 forks source link

Investigate overall performance on reading data and creating record batches #29

Open maximedion2 opened 2 weeks ago

maximedion2 commented 2 weeks ago

It's possible that everything is okay, but it seems to be that there's a lot of time spent on decompressing the data and creating the record batches, compared to how long it takes to just read the data. I need to take a closer look and see if I'm doing anything silly after I read chunks, to create the final record batches.