I'm trying to insert around 16000 records into a single table. Because this is very slow, I'd like to batch insert them. However, I'm always getting a timeout error when I attempt to do this. So I have two questions:
- What is the best way to speed up inserts?
- How do I increase the timeout value of the connection?