obslytics icon indicating copy to clipboard operation
obslytics copied to clipboard

Refactor to use arrow go bindings

Open wseaton opened this issue 4 years ago • 1 comments

In https://github.com/apache/arrow/pull/11538 support for writing to parquet files will get merged into upstream arrow for golang, does it make sense to drop use of the pure go parquet library? The C++ bindings are likely better performance.

wseaton avatar Oct 26 '21 21:10 wseaton

Interesting. We can experiment with that yes. Will take a look at some point.

bwplotka avatar Dec 15 '21 09:12 bwplotka