Keeping It Simple

Although simple and powerful, it’s no secret that relational databases have their limitations. So what happens when simple doesn’t cut it, and your relational database falls short? You might try throwing more servers at it, reaching for replication, or load balancing which would assist in scaling read-intensive operations. But how would you go about scaling write-intensive operations?

Link to original post