mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Distributed Filer (markdown)
parent
c094768689
commit
b2f43cdc55
|
@ -16,12 +16,12 @@ For production, you would want to set replication_factor to 3
|
|||
if there are at least 3 Cassandra servers.
|
||||
|
||||
```cql
|
||||
create keyspace seaweed WITH replication = {
|
||||
create keyspace seaweedfs WITH replication = {
|
||||
'class':'SimpleStrategy',
|
||||
'replication_factor':1
|
||||
};
|
||||
|
||||
use seaweed;
|
||||
use seaweedfs;
|
||||
|
||||
CREATE TABLE filemeta (
|
||||
directory varchar,
|
||||
|
|
Loading…
Reference in a new issue