mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Optimization (markdown)
parent
6cd95d9ba2
commit
7a0cc62f2c
|
@ -29,6 +29,12 @@ curl http://localhost:9333/vol/grow?count=12&replication=001
|
||||||
|
|
||||||
This will assign 12 volumes with 001 replication. Since 001 replication means 2 copies for the same data, this will actually consumes 24 physical volumes.
|
This will assign 12 volumes with 001 replication. Since 001 replication means 2 copies for the same data, this will actually consumes 24 physical volumes.
|
||||||
|
|
||||||
|
The volume can be pre-created with other parameters:
|
||||||
|
```bash
|
||||||
|
curl http://localhost:9333/vol/grow?count=12&collection=benchmark
|
||||||
|
curl http://localhost:9333/vol/grow?count=12&dataCenter=dc1
|
||||||
|
```
|
||||||
|
|
||||||
## Increase concurrent reads
|
## Increase concurrent reads
|
||||||
|
|
||||||
Same as above, more volumes will increase read concurrency.
|
Same as above, more volumes will increase read concurrency.
|
||||||
|
|
Loading…
Reference in a new issue