|
|
|
|
|
by necubi
4448 days ago
|
|
Thanks for writing this. We're also running a large HBase cluster on EC2 and frustrated with the poor suitability of instance offering (there's literally nothing cost effective for HBase in the current generation). 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.