mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Adjust documentation.
This commit is contained in:
parent
e4531fc1e6
commit
f7f6f331db
|
@ -20,7 +20,8 @@ Cassandra Setup
|
||||||
#####################
|
#####################
|
||||||
Here is the CQL to create the table.CassandraStore.
|
Here is the CQL to create the table.CassandraStore.
|
||||||
Optionally you can adjust the keyspace name and replication settings.
|
Optionally you can adjust the keyspace name and replication settings.
|
||||||
For production server, you would want to set replication_factor to 3.
|
For production, you would want to set replication_factor to 3
|
||||||
|
if there are at least 3 Cassandra servers.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue