Cassandra replication system - how it works
        Posted  
        
            by inquisitor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by inquisitor
        
        
        
        Published on 2010-06-12T00:47:02Z
        Indexed on 
            2010/06/12
            0:52 UTC
        
        
        Read the original article
        Hit count: 272
        
Does cassandra replicates only on write procedure (with choosen consistency level)? Is there any auto-replicate option for absent nodes, if i want symetric data in every node?
If I plug in new node to cluster there is no auto replication - how to sync data from others nodes with new one?
If I want replication like multimaster (2 nodes) with slave backup (1 node) known from MySQL, what is the proper logic setup and manage that on cassandra (3 nodes)? How about two nodes?
© Stack Overflow or respective owner