Tips for running HBase on low-memory EC2(dev.hubspot.com) |
Tips for running HBase on low-memory EC2(dev.hubspot.com) |
I am curious why you chose c1.xlarge over m1.xlarge, which is cheaper and has double the memory. In my experience HBase tends to be more memory bound than CPU bound.
We run pretty frequent compactions due to our read and write patterns, so of course if you do not need to compact as often you might get much better mileage out of the m1.xlarge.