HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ianmcook

no profile record

Submissions

Stop Paying the JSON Tax

columnar.tech
2 points·by ianmcook·3 mesi fa·0 comments

Show HN: ADBC for COBOL – modern database access meets 1959

columnar.tech
6 points·by ianmcook·4 mesi fa·0 comments

comments

ianmcook
·anno scorso·discuss
@1egg0myegg0 that's great to hear. I'll check to see if it applies to Arrow.

Another performance issue with DuckDB/Arrow integration that we've been working to solve is that Arrow lacked a canonical way to pass statistics along with a stream of data. So for example if you're reading Parquet files and passing them to DuckDB, you would lose the ability to pass the Parquet column statistics to DuckDB for things like join order optimization. We recently added an API to Arrow to enable passing statistics, and the DuckDB devs are working to implement this. Discussion at https://github.com/apache/arrow/issues/38837.
ianmcook
·anno scorso·discuss
Arrow developer here, we've invested a lot in seamless DuckDB interop, great to see it getting traction.

Recent blog post here that breaks down why the Arrow format (which underlies Arrow Flight) is so fast in applications like this: https://arrow.apache.org/blog/2025/01/10/arrow-result-transf...
ianmcook
·3 anni fa·discuss
Anyone know what format they are serializing the data in to move it between Excel and Python? Are they using Apache Arrow?