Recommend 5 Scalability Poisons and 3 Cloud Scalability Antidotes (Email)

This action will generate an email recommending this article to the recipient of your choice. Note that your email address and your recipient's email address are not logged by this system.

EmailEmail Article Link

The email sent will contain a link to this article, the article title, and an article excerpt (if available). For security reasons, your IP address will also be included in the sent email.

Article Excerpt:

Sean Hull with two helpful posts:

5 Things That are Toxic to Scalability:

  1. Object Relational Mappers. Create complex queries that hard to optimize and tweak.
  2. Synchronous, Serial, Coupled or Locking Processes. Locks are like stop signs, traffic circles keep the traffic flowing. Row level locking is better than table level locking. Use async replication. Use eventual consistency for clusters.
  3. One Copy of Your Database. A single database server is a choke point. Create parallel databases and let a driver select between them.
  4. Having No Metrics. Visualize what's happening to your system using one of the many monitoring packages.
  5. Lack of Feature Flags. Be able to turn off features via a flag so when a spike hits features can be turned off to reduce load.

3 Ways to Boost Cloud Scalability:


Article Link:
Your Name:
Your Email:
Recipient Email:
Message: