Re: Cassandra installation best practices

2016-10-18 Thread kurt Greaves
ont > mehdi.b...@dbi-services.com > www.dbi-services.com > > > > -- > *From: *"Brooke Jensen" > *To: *"user" > *Sent: *Tuesday, October 18, 2016 8:59:14 AM > *Subject: *Re: Cassandra installation best practices > > Hi Mehdi, > In addition, give som

Re: Cassandra installation best practices

2016-10-18 Thread Mehdi Bada
, October 18, 2016 8:59:14 AM Subject: Re: Cassandra installation best practices Hi Mehdi, In addition, give some thought to your cluster topology. For maximum fault tolerance and availability I would recommend using at least three nodes with a replication factor of three. Ideally, you shoul

Re: Cassandra installation best practices

2016-10-17 Thread Brooke Jensen
Hi Mehdi, In addition, give some thought to your cluster topology. For maximum fault tolerance and availability I would recommend using at least three nodes with a replication factor of three. Ideally, you should also use Cassandra logical racks. This will reduce the risk of outage and make ongoin

Re: Cassandra installation best practices

2016-10-17 Thread Anuj Wadehra
Hi Mehdi, You can refer  https://docs.datastax.com/en/landing_page/doc/landing_page/recommendedSettings.html  . ThanksAnuj On Mon, 17 Oct, 2016 at 10:20 PM, Mehdi Bada wrote: Hi all, It is exist some best practices when installing Cassandra on production environment? Some standard to follow?

Re: Cassandra installation best practices

2016-10-17 Thread Vladimir Yudovin
Hi, you can take a look on http://docs.datastax.com/en/landing_page/doc/landing_page/recommendedSettingsLinux.html Regarding file system type I guess ext4 is good enough. (Though RedHat now use XFS as default FS). Best regards, Vladimir Yudovin, Winguzone - Hosted Cloud Cassandra on Az

Cassandra installation best practices

2016-10-17 Thread Mehdi Bada
Hi all, It is exist some best practices when installing Cassandra on production environment? Some standard to follow? For instance, the file system type etc..