SNOW-889843: Feature Request: support direct read from SF in Apache Arrow format #613
Labels
backend changes needed
Change must be implemented on the Snowflake service, and not in the client driver.
enhancement
The issue is a request for improvement or a new feature
parity
this feature is supported in other drivers
status-blocked
Progress cannot be made to this issue due to an outside blocking factor.
status-triage_done
Initial triage done, will be further handled by the driver team
What is the current behavior?
A while back the Snowflake team announced support in the Python and JDBC drivers to read direct from the database in Apache Arrow format: https://www.snowflake.com/blog/fetching-query-results-from-snowflake-just-got-a-lot-faster-with-apache-arrow/
It doesn't appear that the NodeJS driver supports this now.
What is the desired behavior?
I would love to see this ability supported in the NodeJS driver, if possible. The client we are sending the data to supports arrow and so this would be a huge performance boon by avoiding the
serdes
steps during data transfer.How would this improve
snowflake-connector-nodejs
?Apache Arrow seems to be the up and coming de-facto standard for data transfer format, so I'm sure many other users of the driver would find it useful to be able to pull data from Snowflake in the arrow format.
References, Other Background
What is your Snowflake account identifier, if any?
NABANCARD
The text was updated successfully, but these errors were encountered: