I have a server that receives data from thousands of locations all over the world. Periodically, that server connects to my DB server and inserts records with multi-insert, some 11,000 rows at a time per multi, and up to 6 insert statements. When this happens, all 6 process lock the table being inserted into. What […]
The post How do I properly stagger thousands of inserts so as not to lock a table? appeared first on BlogoSfera.