File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Shard Awareness
8
8
As a result, latency is significantly reduced because there is no need to pass data between the shards.
9
9
10
10
Details on the scylla cql protocol extensions
11
- https://github.com/scylladb/scylla/blob/master/docs/design-notes /protocol-extensions.md#intranode-sharding
11
+ https://github.com/scylladb/scylla/blob/master/docs/dev /protocol-extensions.md#intranode-sharding
12
12
13
13
For using it you only need to enable ``TokenAwarePolicy `` on the ``Cluster ``
14
14
15
15
See the configuration of ``native_shard_aware_transport_port `` and ``native_shard_aware_transport_port_ssl `` on scylla.yaml:
16
- https://github.com/scylladb/scylla/blob/master/docs/design-notes /protocols.md#cql-client-protocol
16
+ https://github.com/scylladb/scylla/blob/master/docs/dev /protocols.md#cql-client-protocol
17
17
18
18
.. code :: python
19
19
You can’t perform that action at this time.
0 commit comments