Replies: 1 comment 1 reply
-
Hi @suimong, we do not support shared memory protocol right now. Underlying, we use Tiberius as client driver which is independent from the underlying protocol, and according to this they didn't find a proper crate to support shared memory protocol. So unfortunately I'm afraid it cannot be supported in a short time. But I will follow up this issue. Thanks for the suggestion! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wonder if
connector-x
support connecting to SQL Server using the shared memory protocol. I'm encountering a use case where the task is to export large sql server tables to parquet files which can be done on-premise. So theoretically it would be faster to transfer data using shared memory protocol instead of tcp/ip. Is this workable or already supported?Thanks for making this wonderful library.
Beta Was this translation helpful? Give feedback.
All reactions