omgreenfield / sandbox

Repo for learning different technologies
0 stars 0 forks source link

Upsert #37

Open omgreenfield opened 9 years ago

omgreenfield commented 9 years ago

Be able to upsert (update or insert, aka insert or ignore) in batch. This will allow us to update multiple records in 1 db query instead of several. It is WAY faster.

https://github.com/seamusabshere/upsert