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.
|
if there are at least 3 Cassandra servers.
|
||||||
|
|
||||||
```cql
|
```cql
|
||||||
create keyspace seaweed WITH replication = {
|
create keyspace seaweedfs WITH replication = {
|
||||||
'class':'SimpleStrategy',
|
'class':'SimpleStrategy',
|
||||||
'replication_factor':1
|
'replication_factor':1
|
||||||
};
|
};
|
||||||
|
|
||||||
use seaweed;
|
use seaweedfs;
|
||||||
|
|
||||||
CREATE TABLE filemeta (
|
CREATE TABLE filemeta (
|
||||||
directory varchar,
|
directory varchar,
|
||||||
|
|
Loading…
Reference in a new issue