mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Update docs/features/cdc/cdc-streams.rst
Co-authored-by: Yaniv Kaul <yaniv.kaul@scylladb.com>
This commit is contained in:
@@ -67,7 +67,7 @@ returns:
|
||||
|
||||
(2 rows)
|
||||
|
||||
.. note:: To make the above example, we simply kept inserting rows with different partition keys until we found two that went to the same stream.
|
||||
.. note:: To make the above example, we simply kept inserting rows with different partition keys until we found two rows that went to the same stream.
|
||||
|
||||
.. note:: For a given stream there is no straightforward way to find a partition key which will get mapped to this stream, because of the partitioner, which uses the murmur3 hash function underneath (the truth is you can efficiently find such a key, as murmur3 is not a cryptographic hash, but it's not completely obvious).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user