Re: is cassandra really a 'handsoff' solution once setup?

2010-05-14 Thread Joe Stump

On May 14, 2010, at 1:13 PM, Ryan King wrote:

> I wouldn't use it (at least at our scale) without engineers willing to
> run a java debugger. :)

+1 We spend a lot of time hacking on the internals (Mike Malone and Derek Smith 
on the list can chime in further here). But, we have had little issue 
maintaining the cluster which is indexing between 800 and 2500 objects a minute 
right now.

--Joe

Re: is cassandra really a 'handsoff' solution once setup?

2010-05-14 Thread Ryan King
On Fri, May 14, 2010 at 11:46 AM, S Ahmed  wrote:
> realizing cassandra might be a little tricky to setup at first due to lack
> of docs etc.
> Once it is up and running/humming, is it a hands-off solution or does it
> require hand-holding/monitoring?
> I recall Joe Stump's blog post stating that it doesn't require an admin (or
> somethign to that effect when comparing to a sql server box).
> For those with live apps, how has it been? (fb/digg/twitter people, would
> love your experiences)

I wouldn't use it (at least at our scale) without engineers willing to
run a java debugger. :)

-ryan


Re: is cassandra really a 'handsoff' solution once setup?

2010-05-14 Thread Joe Stump

On May 14, 2010, at 12:46 PM, S Ahmed wrote:

> For those with live apps, how has it been? (fb/digg/twitter people, would 
> love your experiences)

I didn't say it didn't require *any* administration. Just that it required 
*minimal* administration. I'd say we spend about a quarter of an engineer 
managing it. 

Where management REALLY shines with Cassandra is expanding and contracting the 
cluster. It takes very, very little work to do that in comparison to other 
solutions.

--Joe