4s-backend-setup(1) Create a new 4store KB

SYNOPSIS

kbname [--node node-number ] [--cluster cluster-size ] [--segments segment-count ] kb-name

--node
Number of this node in the cluster, values range from 0 to cluster-size - 1. The default is 0.
--cluster
The number of nodes in the cluster. The default is 1.
--segments
The number of segments in the cluster. The default is 2. We recommend one for each CPU core in the cluster as a good starting point. Higher numbers tend to consume more resources, but may result in increased performance.

NOTES

Once crated with KBs should be started with 4s-backend1

EXAMPLES

$ --node 0 --cluster 1 --segments 4 demo

Creates the indexes for a single-machine KB with four segments, named "demo".