File: 4s-backend-setup.1

package info (click to toggle)
4store 1.1.6%2B20151109-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 82,388 kB
  • sloc: ansic: 65,689; sh: 2,916; perl: 2,245; makefile: 281; python: 213
file content (42 lines) | stat: -rw-r--r-- 1,022 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.Dd 2009-07-08
.Dt 4S-BACKEND_SETUP 1J 4store
.Os 4store
.Sh NAME
.Nm 4s-backend-setup
.Nd Create a new 4store KB
.Sh SYNOPSIS
.Nm
kbname
.Op Fl \-node Ar node-number
.Op Fl \-cluster Ar cluster-size
.Op Fl \-segments Ar segment-count
kb-name
.Bl -tag -width indent
.It Fl "\-node"
Number of this node in the cluster, values range from 0 to cluster-size \- 1.
The default is 0.
.It Fl "\-cluster"
The number of nodes in the cluster.
The default is 1.
.It Fl "\-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.
.El
.Sh NOTES
Once created with
.Nm
KBs should be started with
.Xr 4s-backend 1
.Sh SEE ALSO
.Xr 4s-query 1 ,
.Xr 4s-size 1 ,
.Xr 4s-httpd 1 ,
.Xr 4s-backend 1 ,
.Xr 4s-delete-model 1
.Sh EXAMPLES
$
.Nm
\-\-node 0 \-\-cluster 1 \-\-segments 4 demo
.sp
Creates the indexes for a single-machine KB with four segments, named "demo".