Github user aweisberg commented on a diff in the pull request:
https://github.com/apache/cassandra/pull/224#discussion_r187383690
--- Diff: doc/source/architecture/dynamo.rst ---
@@ -74,6 +74,26 @@ nodes in each rack, the data load on the smallest rack
may be much higher. Simi
into a new rack, it will be considered a replica for the entire ring. For
this reason, many operators choose to
configure all nodes on a single "rack".
+.. _transient-replication:
+
+Transient Replication
+~~~~~~~~~~~~~~~~~~~~~
+
+Transient replication allows you to configure a subset of replicas to only
replicate data that hasn't been incrementally
+repaired. This allows you to trade data redundancy for storage usage, and
increased read and write throughput. For instance,
+if you have a replication factor of 3, with 1 transient replica, 2
replicas will replicate all data for a given token
+range, while the 3rd will only keep data that hasn't been incrementally
repaired. Since you're reducing the copies kept
+of data by the number of transient replicas, transient replication is best
suited to multiple dc deployments.
--- End diff --
No you don't need multiple DCs!
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]