Have any good links/articles on job queuing & db sharding? - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T06:11:15Zhttp://stackoverflow.com/feeds/question/999615http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/999615/have-any-good-links-articles-on-job-queuing-db-sharding0Have any good links/articles on job queuing & db sharding?Justin Vincent2009-06-16T04:50:01Z2009-07-30T11:12:46Z
<p>Does anyone have good links on how/when/why to use job queuing to scale web apps? Also, articles on db sharding would be useful too :)</p>
http://stackoverflow.com/questions/999615/have-any-good-links-articles-on-job-queuing-db-sharding/1205927#12059271Answer by Ben Dowling for Have any good links/articles on job queuing & db sharding?Ben Dowling2009-07-30T11:12:46Z2009-07-30T11:12:46Z<p>This fantastic <a href="http://www.coderholic.com/the-ultimate-scalability-presentation/" rel="nofollow">presentation</a> covers lots of scalability issues, including job queueing and db sharing. There are also quite a few stack overflow questions about this:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/1054479/data-sharding">http://stackoverflow.com/questions/1054479/data-sharding</a></li>
<li><a href="http://stackoverflow.com/questions/91710/when-people-talk-about-scaling-a-website-with-shards-what-do-they-mean">http://stackoverflow.com/questions/91710/when-people-talk-about-scaling-a-website-with-shards-what-do-they-mean</a></li>
<li><a href="http://stackoverflow.com/questions/292039/resources-for-database-sharding-and-partitioning">http://stackoverflow.com/questions/292039/resources-for-database-sharding-and-partitioning</a></li>
</ul>