mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add command to configure number of shards.
Changed aws deployment script to automatically set the number of shards. Created tests
This commit is contained in:
@@ -43,3 +43,10 @@ This command is used to run benchmarking tests. You can learn more about it usin
|
||||
```text
|
||||
$ bigchaindb load -h
|
||||
```
|
||||
|
||||
### bigchaindb sharding
|
||||
|
||||
This command is used to configure the number of shards in the underlying datastore, for example:
|
||||
```text
|
||||
$ bigchaindb sharding 3
|
||||
```
|
||||
Reference in New Issue
Block a user