MySQL Bulk Insert or Update

MySQL Bulk Insert or Update

Any technique that saves round trips to the database pays for itself exponentially over time. MySQLs bulk Insert or Update syntax is one of those techniques.