Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 290 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 290 Bytes

Use Python to quickly load lots of data to a Database

Uses Threading, Queues, and Multi-Row Inserts to demonstrate a way of quickly loading large volumes of data to a Database.

The code is explained in greater detail here.