Adding data in a transaction
Place a database transaction around creation of a lot of data. Substantially increases insertion speed.
- django
- transaction
- etl
Place a database transaction around creation of a lot of data. Substantially increases insertion speed.
hughdbrown has posted 1 snippet.