From bf55073e1aeaf799eaf630bf88caa377be5c6a99 Mon Sep 17 00:00:00 2001 From: Ricky Huang Date: Wed, 13 Jan 2021 12:12:29 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e55af82..448b77d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,6 @@ https://github.com/HuangRicky/ctds-python-win/releases # Question: What does this package do -The most important usage is the .bcp method. Usually, pyodbc or other similar package can provide reading access with great performance (btw, turbodbc gives the best reading performance in my test cases). However those package does not support bulk insert. Ctds is the only package can support in memory bcp according to my research. Under Windows, it is not trivial to compile ctds because you need to get different pieces ready, perhaps set up PATH. I have sorted it out and compile the ctds package for you but **make sure you agree to all terms and conditions and honor licenses of original libraries!** +The most important usage is the .bcp method. Usually, pyodbc or other similar package can provide reading access with great performance (btw, turbodbc gives the best reading performance in my test cases). However those package does not support bulk insert. Ctds is the only package can support in memory bcp according to my research. Under Windows, it is not trivial to compile ctds because you need to get different pieces ready, perhaps set up PATH. I have sorted it out and compile the ctds package for you but **make sure you agree to all terms and conditions and honor licenses of original libraries!** You shall use these build at your own risk, acknowledging that the builder only build these packages for testing and learning purpose and takes no responsibility at all. Typically you should delete these packages immediately after testing it. If you like this binary, please star my repo, thank you!