dsidlo / SqlAlchemy_BulkInsert_Notes

Notes regarding BulkInserts using SqlAlchemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SqlAlchemy_BulkInsert_Notes

Notes regarding BulkInserts using SqlAlchemy
When working with Python and SqlAlchemy I found that as I got into the grove of working with it, that I was following partular patterns of actions that seemed optimum. As typical, these patterns of action were foud after iterating through many other actions and code patterns that where non-optimum, or which had no workability. So I hope your life is easier given this information.

Fast Bulk inserts...

The following code should work databases that support the static bulk load coding pattern.

About

Notes regarding BulkInserts using SqlAlchemy

License:Apache License 2.0