File: stress.tarantool.cfg

package info (click to toggle)
libdr-tarantool-perl 0.43-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 488 kB
  • ctags: 319
  • sloc: perl: 5,457; ansic: 594; makefile: 23; sh: 3
file content (45 lines) | stat: -rw-r--r-- 1,495 bytes parent folder | download | duplicates (2)
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
43
44
45
rows_per_wal = 50000
readahead   = 10240000

space[0].enabled = 1
space[0].index[0].type = "HASH"
space[0].index[0].unique = 1
space[0].index[0].key_field[0].fieldno = 0
space[0].index[0].key_field[0].type = "STR"

space[1].enabled = 1
space[1].index[0].type = "TREE"
space[1].index[0].unique = 1
space[1].index[0].key_field[0].fieldno = 0
space[1].index[0].key_field[0].type = "STR"


space[5].enabled = 1
space[5].index[0].type = "HASH"
space[5].index[0].unique = 1
space[5].index[0].key_field[0].fieldno = 0
space[5].index[0].key_field[0].type = "STR"
space[5].index[1].type = "TREE"
space[5].index[1].unique = 1
space[5].index[1].key_field[0].fieldno = 1
space[5].index[1].key_field[0].type = "STR"
space[5].index[1].key_field[1].fieldno = 2
space[5].index[1].key_field[1].type = "STR"
space[5].index[2].type = "TREE"
space[5].index[2].unique = 0
space[5].index[2].key_field[0].fieldno = 3
space[5].index[2].key_field[0].type = "STR"
space[5].index[2].key_field[1].fieldno = 4
space[5].index[2].key_field[1].type = "STR"
space[5].index[3].type = "TREE"
space[5].index[3].unique = 0
space[5].index[3].key_field[0].fieldno = 4
space[5].index[3].key_field[0].type = "STR"
space[5].index[3].key_field[1].fieldno = 5
space[5].index[3].key_field[1].type = "STR"
space[5].index[4].type = "TREE"
space[5].index[4].unique = 0
space[5].index[4].key_field[0].fieldno = 6
space[5].index[4].key_field[0].type = "STR"
space[5].index[4].key_field[1].fieldno = 4
space[5].index[4].key_field[1].type = "STR"