Eran Galperin has made a recent post about performing multiple row operations in MySQL - inserts and updates.
Multiple row operations are in common use in a normalized application databases as one database entity is often linked to multiple sub-entities (for example a user and his tags).
[...] Too often I've seen such queries ran in long loops one at a time, which is very bad for performance (as I will show here) and sometimes equally bad...
More Slick OpenSSL Tricks
Wazi: "With OpenSSL you can encrypt and decrypt files, verify file integrity, and see which encryption protocols and ciphers any server supports."
FCC to media: Don't look to us, we can't help you
When the FCC said it was putting together a report on the future of media, many feared it would recommend subsidies and other breaks for traditional media entities, but the report actually...
Eran Galperin's Blog: Breaking Down The PayPal API
In a recent post Eran Galperin takes a look at the PayPal API and breaks it down into smaller, easy to digest chunks to show you how to you can implement it in your application. Be warned,...
Post new comment