Re: Dynamo autoscaling: does it beat cassandra?

2019-12-10 Thread Dor Laor
of compression is more selective; you only >> bear the cost in the places already determined to win from the tradeoff. >> >> >> >> *From: *Dor Laor >> *Reply-To: *"user@cassandra.apache.org" >> *Date: *Monday, December 9, 2019 at 5:58 PM >> *To: *

Re: Dynamo autoscaling: does it beat cassandra?

2019-12-10 Thread Reid Pinchback
that so I don’t have a mental model for the details. From: Carl Mueller Reply-To: "user@cassandra.apache.org" Date: Tuesday, December 10, 2019 at 3:19 PM To: "user@cassandra.apache.org" Subject: Re: Dynamo autoscaling: does it beat cassandra? Message from External Sender

Re: Dynamo autoscaling: does it beat cassandra?

2019-12-10 Thread Carl Mueller
e to where a more traditional RDBMS would use > compression, e.g. Postgres, use of compression is more selective; you only > bear the cost in the places already determined to win from the tradeoff. > > > > *From: *Dor Laor > *Reply-To: *"user@cassandra.apache.

Re: Dynamo autoscaling: does it beat cassandra?

2019-12-10 Thread Reid Pinchback
Subject: Re: Dynamo autoscaling: does it beat cassandra? Message from External Sender The DynamoDB model has several key benefits over Cassandra's. The most notable one is the tablet concept - data is partitioned into 10GB chunks. So scaling happens where such a tablet reaches maximum capacit

Re: Dynamo autoscaling: does it beat cassandra?

2019-12-09 Thread Dor Laor
verless, spiky deployment. On Mon, Dec 9, 2019 at 1:02 PM Jeff Jirsa wrote: > Expansion probably much faster in 4.0 with complete sstable streaming > (skips ser/deser), though that may have diminishing returns with vnodes > unless you're using LCS. > > Dynamo on demand / autoscal

Re: Dynamo autoscaling: does it beat cassandra?

2019-12-09 Thread Jeff Jirsa
Expansion probably much faster in 4.0 with complete sstable streaming (skips ser/deser), though that may have diminishing returns with vnodes unless you're using LCS. Dynamo on demand / autoscaling isn't magic - they're overprovisioning to give you the burst, then expanding

Re: Dynamo autoscaling: does it beat cassandra?

2019-12-09 Thread DuyHai Doan
Out of curiosity, does DynamoDB autoscaling allows you to exceed the partition limits (e.g. push more data than it is allowed for some outlier heavy partitions) ? If yes, it can be interesting (I guess DynamoDB is doing some kind of rebalancing behind the scene). If no, it's just an artif

Dynamo autoscaling: does it beat cassandra?

2019-12-09 Thread Carl Mueller
Dynamo salespeople have been pushing autoscaling abilities that have been one of the key temptations to our management to switch off of cassandra. Has anyone done any numbers on how well dynamo will autoscale demand spikes, and how we could architect cassandra to compete with such abilities? We

Re: autoscaling

2017-03-09 Thread Jonathan Haddad
tude more throughput & be launched in minutes instead of the hours or days it takes to bring up a new node (depending on density & failures). On Thu, Mar 9, 2017 at 10:05 AM Matija Gobec wrote: > Hi, > > Autoscaling is not possible with a Cassandra cluster. Any topology change >

Re: autoscaling

2017-03-09 Thread Matija Gobec
Hi, Autoscaling is not possible with a Cassandra cluster. Any topology change triggers series of streaming and data shuffle around the cluster. Scaling the cluster up or down is an operational challenge which is usually planned in production because of the performance impact it can make. Matija

autoscaling

2017-03-09 Thread D. Salvatore
Hi, I am using Cassandra 3 with a single DC. I would like to know if there is any tool available for scaling up and down Cassandra automatically. Thanks

Re: autoscaling cassandra cluster

2014-05-22 Thread Jabbar Azam
Netflix uses Scryer http://techblog.netflix.com/2013/11/scryer-netflixs-predictive-auto-scaling.htmlfor predictive and reactive autoscaling but they only refer to EC2 instances. They don't mention anything about cassandra scaling or adding and removing nodes. I've just looked at the

Re: autoscaling cassandra cluster

2014-05-22 Thread Robert Coli
On Wed, May 21, 2014 at 4:35 AM, Jabbar Azam wrote: > Has anybody got a cassandra cluster which autoscales depending on load or > times of the day? > Netflix probably does, managed with Priam. In general I personally do not consider Cassandra's mechanisms for joining and parting nodes to curren

Re: autoscaling cassandra cluster

2014-05-21 Thread James Horey
>>>> One of its goals is to make scaling easier. >>>> I don’t have any personal opinion yet but maybe you could give it a try. >>>> >>>> Regards, >>>> Panagiotis >>>> >>>> >>>> >>>>> On We

Re: autoscaling cassandra cluster

2014-05-21 Thread Jabbar Azam
iotis Garefalakis" wrote: > >> I agree with Prem, but recently a guy send this promising project called >> Mesos in this list. >> https://github.com/mesosphere/cassandra-mesos >> One of its goals is to make scaling easier. >> I don’t have any personal opinion

Re: autoscaling cassandra cluster

2014-05-21 Thread Jabbar Azam
is list. >> https://github.com/mesosphere/cassandra-mesos >> One of its goals is to make scaling easier. >> I don’t have any personal opinion yet but maybe you could give it a try. >> >> Regards, >> Panagiotis >> >> >> >> On Wed, May 21, 2014

Re: autoscaling cassandra cluster

2014-05-21 Thread Ben Bromhead
any personal opinion yet but maybe you could give it a try. >> >> Regards, >> Panagiotis >> >> >> >> On Wed, May 21, 2014 at 3:49 PM, Jabbar Azam wrote: >> Hello Prem, >> >> I'm trying to find out whether people are autoscaling up

Re: autoscaling cassandra cluster

2014-05-21 Thread James Horey
t; >>> On Wed, May 21, 2014 at 3:49 PM, Jabbar Azam wrote: >>> Hello Prem, >>> >>> I'm trying to find out whether people are autoscaling up and down >>> automatically, not manually. I'm also interested in whether they are using >>> a

Re: autoscaling cassandra cluster

2014-05-21 Thread Jabbar Azam
On Wed, May 21, 2014 at 3:49 PM, Jabbar Azam wrote: > >> Hello Prem, >> >> I'm trying to find out whether people are autoscaling up and down >> automatically, not manually. I'm also interested in whether they are using >> a cloud based solutio

Re: autoscaling cassandra cluster

2014-05-21 Thread Panagiotis Garefalakis
, 2014 at 3:49 PM, Jabbar Azam wrote: > Hello Prem, > > I'm trying to find out whether people are autoscaling up and down > automatically, not manually. I'm also interested in whether they are using > a cloud based solution and creating and destroying instances. > > I&#

Re: autoscaling cassandra cluster

2014-05-21 Thread Jabbar Azam
Hello Prem, I'm trying to find out whether people are autoscaling up and down automatically, not manually. I'm also interested in whether they are using a cloud based solution and creating and destroying instances. I've found the following regarding GCE https://cloud.google

Re: autoscaling cassandra cluster

2014-05-21 Thread Prem Yadav
s and then invoke > a script to add or remove nodes from the cluster. > > I'd be interested to know whether people out there are autoscaling > cassandra on demand. > > Thanks > > Jabbar Azam >

autoscaling cassandra cluster

2014-05-21 Thread Jabbar Azam
the cluster. I'd be interested to know whether people out there are autoscaling cassandra on demand. Thanks Jabbar Azam