Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Scaling Out or Scaling Up?

Scaling Out or Scaling Up?:

Nati Shalom (Gigaspaces):

Today, with the availability of large multi-core and large memory systems, there are more cases where you might have a single machine that can cover your scalability and performance goals. And yet, there are several other factors to consider when choosing between the two options:

  1. Continuous Availability/Redundancy
  2. Cost/Performance Flexibility
  3. Continuous Upgrades
  4. Geographical Distribution

Very informative.

Original title and link for this post: Scaling Out or Scaling Up? (published on the NoSQL blog: myNoSQL)

Source Article
Comments
0
Be the first to comment

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect
avatar
Tags: scaling, continuous, large, mynosql, blog
backlogging and scaling
Jun 8, 2010
I'm curious if there are any efforts ongoing to amortize the background tasks in Cassandra over time? Specifically, the cost of compaction and AE, rebalancing, etc seems to be a problem for some users when they are expecting more steady-state…

Cassandra Scaling Questions
Aug 2, 2010
Hi All, I've got a couple questions that have come up about how Cassandra works and what others are seeing in their environments. Here goes: 1.) What have you found to be the best ratio of Cassandra row cache to memory free on the system for…

Re: Cassandra Scaling Questions
Aug 5, 2010
> > 1.) What have you found to be the best ratio of Cassandra row cache to memory free on the system for filesystem cache? Are you tuning it like an RDBMS so Cassandra has the vast majority of the RAM in the system or are you letting the…

Question about replication and scaling down
Aug 20, 2010
Hi there, I'm new to Riak and starting to evaluate it for an application we're building. So far, I'm quite impressed. But I'm having some trouble wrapping my head around what happens exactly in the event of a node failure. In this section of…

dynamic scaling question
Aug 23, 2010
Hi, I am looking into Voldemort and Cassandra, and I lean towards using Voldemort (key/value is enough for my purposes). But I am under the impression that adding nodes can only be done like this: - change cluster.xml - copy cluster.xml to each…