jerakeen.org

links by Tom Insam

notes☴

code☷

links☲

photos☵

photosets.getPhotos comment count

created 23 September 2009 in links tagged api, flickr and scaling.

Paul speaks Truth.

..while adding more “extras” would reduce the number of API calls needed for a specific application, it doesn’t reduce the load on flickr’s back end systems. We’ve found it actually increases the load, as developers are more likely to request extra data they don’t need, and one heavy API request ties up more of our system resources than multiple lighter API requests.

Also, developer time. But that’s more obvious. What I like is the point that, yes, it’s annoying making n+1 calls, but putting that into one call is still going to end up as n+1 database calls at some point. Joins are Bad. Keep them explicit.

 

 

blog comments powered by Disqus