db
Configures database setup.
Product
PCF
Privilege Level
Security Administrator, Administrator
Syntax
db { balance shard count number_of_shard | global-settings { db-replica number_of_replica | timers { catchup-timeout-millis catchup_timeout | election-timeout-millis election_timeout | heartbeat-interval-millis heartbeat_interval } } | spr shard-count number_of_spr_shards }
balance shard count number_of_shard
Specify to abort commit. Specify the persist ID.
Must be an integer.
db-replica number_of_replica
Specify the number of database replicas.
Must be an integer.
catchup-timeout-millis catchup_timeout
Specify the catchup timeout in milliseconds.
Must be an integer.
election-timeout-millis election_timeout
Specify the election timeout in milliseconds.
Must be an integer.
heartbeat-interval-millis heartbeat_interval
Specify the heartbeat interval in milliseconds.
Must be an integer.
spr shard-countnumber_of_spr_shards
Specify the number of SPR shards.
Must be an integer.
Usage Guidelines
Use this command to configure database setup.