Re: maximum storage per node

2013-07-29 Thread aaron morton
> Does anyone have opinions on the maximum amount of data reasonable to store > on one Cassandra node? spinning disk and 1Gbe networking, rule of thumb was 300Gb to 500GB. SSD or very fast local disk, 10Gbe networking, optionally JBOD, cassandra 1.2 and vnodes people are talking about multiple

Re: maximum storage per node

2013-07-26 Thread Robert Coli
On Fri, Jul 26, 2013 at 4:23 AM, Romain HARDOUIN wrote: > Do you have some fairly complex queries to run against your data? > Or your need is just to store large pieces of data? (In which case Object > Storage like OpenStack Swift could be more appropriate IMHO) > Or distributed blob storage like

RE: maximum storage per node

2013-07-26 Thread Romain HARDOUIN
Anne (Anne)" > A : "user@cassandra.apache.org" , > Date : 25/07/2013 17:45 > Objet : RE: maximum storage per node > > We’re storing fairly large files (about 1MB apiece) for a few months > and then deleting the oldest to get more space to add new ones. We > hav

Re: maximum storage per node

2013-07-26 Thread cem
@gmail.com] >> *Sent:* Thursday, July 25, 2013 11:59 AM >> >> *To:* user@cassandra.apache.org >> *Subject:* Re: maximum storage per node >> >> ** ** >> >> You will suffer from long compactions if you are planning to get rid of >> from old records b

Re: maximum storage per node

2013-07-25 Thread sankalp kohli
> ** ** > > *From:* cem [mailto:cayiro...@gmail.com] > *Sent:* Thursday, July 25, 2013 11:59 AM > > *To:* user@cassandra.apache.org > *Subject:* Re: maximum storage per node > > ** ** > > You will suffer from long compactions if you are planning to get rid o

RE: maximum storage per node

2013-07-25 Thread Pruner, Anne (Anne)
I actually wrote my own compactor that deals with this problem. Anne From: cem [mailto:cayiro...@gmail.com] Sent: Thursday, July 25, 2013 11:59 AM To: user@cassandra.apache.org Subject: Re: maximum storage per node You will suffer from long compactions if you are planning to get rid of from

Re: maximum storage per node

2013-07-25 Thread cem
From:* Pruner, Anne (Anne) [mailto:pru...@avaya.com] > *Sent:* 25 July 2013 10:45 > *To:* user@cassandra.apache.org > *Subject:* RE: maximum storage per node > > ** ** > > We’re storing fairly large files (about 1MB apiece) for a few months and > then deleting the oldest to get

RE: maximum storage per node

2013-07-25 Thread Kanwar Sangha
: Pruner, Anne (Anne) [mailto:pru...@avaya.com] Sent: 25 July 2013 10:45 To: user@cassandra.apache.org Subject: RE: maximum storage per node We're storing fairly large files (about 1MB apiece) for a few months and then deleting the oldest to get more space to add new ones. We have large require

RE: maximum storage per node

2013-07-25 Thread Pruner, Anne (Anne)
that? If there are hardware issues, what's recommended? BTW, we're using Cassandra 1.2 Anne From: cem [mailto:cayiro...@gmail.com] Sent: Thursday, July 25, 2013 11:41 AM To: user@cassandra.apache.org Subject: Re: maximum storage per node Between 500GB - 1TB is recommended. But it de

Re: maximum storage per node

2013-07-25 Thread cem
Between 500GB - 1TB is recommended. But it depends also your hardware, traffic characteristics and requirements. Can you give some details on that? Best Regards, Cem On Thu, Jul 25, 2013 at 5:35 PM, Pruner, Anne (Anne) wrote: > Does anyone have opinions on the maximum amount of data reasonabl

maximum storage per node

2013-07-25 Thread Pruner, Anne (Anne)
Does anyone have opinions on the maximum amount of data reasonable to store on one Cassandra node? If there are limitations, what are the reasons for it? Thanks, Anne