lidavidm opened a new pull request, #65:
URL: https://github.com/apache/arrow-adbc/pull/65

   The driver supports basic queries (int32 only) and toggling autocommit. It 
does not yet support bulk ingestion or prepared statements.
   
   It hasn't been optimized for speed and the approach taken here will not be 
fast (it uses the per-row getters). In future PRs, we should set up some 
benchmarks and then see if DuckDB's approach makes more sense (use `COPY`). 
DuckDB also does multithreading (that might be hard for us). We may want to 
implement #61 first since then we will know whether it is safe to use `COPY` or 
not.


-- 
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]

Reply via email to