Mike Hostetler
@mikehoss
Mike Hostetler
@mikehoss
The Bible tells us to love our neighbours, and also to love our enemies; probably because they are generally the same people.
Independent learning is like building a jigsaw puzzle...
.. where you don't have the final picture in the box.
.. you don't have all the pieces you need (so you have to search for them).
.. and some of the pieces you have are wrong
SQLAlchemy introduced that in version 1.0.0 :
Bulk operations - SQLAlchemy docs
With these operations, you can now do bulk inserts or updates!
For instance (if you want the lowest overhead for simple table INSERTs), you can use Session.bulk_insert_mappings() :