Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangRicky authored Jan 13, 2021
1 parent 6adb094 commit bf55073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit bf55073

Please sign in to comment.