I'm probably just missing something here, but my search terms have all been to general to get meaningful results.
Assume RF = Replication Factor
When I write a value to the database, does it write the value to RF nodes or does it write it to one node and replicate it RF nodes?
That depends on the request you send. In the write request you can specify the consistency level:
...
See other possible values here: http://docs.datastax.com/en/cassandra/2.0/cassandra/dml/dml_config_consistency_c.html
Eventually all RF nodes will have the written data.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With