J
jeremy
Text
How to Implement Batch Processing for Performance
Every statement sent to a database waits for a message to travel to the server and back before any work happens, and that wait is measured in milliseconds. Do it a thousand times in a loop and the tr…