System Keyspace replication for multi DC clusters

2017-01-11 Thread John Hughes
Hi All, I have been looking for definitive information on this, and either it doesn't seem to exists, or I cannot find the correct combination of keywords to find it(entirely possible, maybe even likely). When setting up multi rack/multi dc clusters(currently I am deploying in AWS across multiAZ/

Re: `system` keyspace replication

2014-07-31 Thread Jens Rantil
Great. Thanks for a quick answer, Mark. Jens On Thu, Jul 31, 2014 at 12:30 PM, Mark Reddy wrote: > Hi Jens, > > The system keyspace is configured with LocalStrategy, this strategy only > stores data on the the local node. This strategy is reserved for internal > use only and is used for other

Re: `system` keyspace replication

2014-07-31 Thread Mark Reddy
Hi Jens, The system keyspace is configured with LocalStrategy, this strategy only stores data on the the local node. This strategy is reserved for internal use only and is used for other things such as SecondaryIndexes. You cannot change the replication factor of the 'system' keyspace. If you att

`system` keyspace replication

2014-07-31 Thread Jens Rantil
Hi, Datastax has a documentation page about configuring replication[1]. It mentions a couple of system keyspaces that they recommend increasing replication for. However, it does not mention the `system` keyspace. Question: Is it recommended to increase replication factor for the `system` keyspace