Summary
How to use iteration to execute several individual
INSERT
statements rapidlyCursor.executemany()
is optimized for such iterationWhen one should avoid using
executemany()
Why certain errors will arise when using
executemany()
How to throttle the amount of data we
INSERT
and why
In the next chapter, we will look at creating and dropping tables from within Python.