Multi-Threaded data insertion in MySQL using python

Posted by Hossein on Stack Overflow See other posts from Stack Overflow or by Hossein
Published on 2010-04-10T10:53:07Z Indexed on 2010/04/10 22:03 UTC
Read the original article Hit count: 166

Filed under:
|
|
|

Hi, I am working on a project involving insertion a lot of data in to the database. I am wondering if anybody knows how to fill 2 or 3 tables in the database at the same time.An example or psueodecode would be helpful. Thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about multithreading