You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@ Default: 10000000
23
23
24
24
```multimaster.cluster_name``` Name of the cluster. If you set this variable,`multimaster` checks that the cluster name is the same for all the cluster nodes.
```multimaster.trans_spill_threshold``` Maximal size (Mb) of transaction after which transaction is written to the disk. Default = 100, /* 100Mb*/
29
+
26
30
27
31
28
32
##Questionable
@@ -33,10 +37,6 @@ Default: 10000000
33
37
34
38
```multimaster.max_2pc_ratio``` Maximal ratio (in percents) between prepare time at different nodes: if T is time of preparing transaction at some node, then transaction can be aborted if prepared responce was not received in T*MtmMax2PCRatio/100. default = 200, /* 2 times*/
```multimaster.trans_spill_threshold``` Maximal size (Mb) of transaction after which transaction is written to the disk. Default = 1000, /* 1Gb*/ (istm reorderbuffer also can do that, isn't it?)
39
-
40
40
```multimaster.vacuum_delay``` Minimal age of records which can be vacuumed (seconds). default = 1.
41
41
42
42
```multimaster.worker``` Number of multimaster executor workers. Default = 8. (use dynamic workers with some timeout to die?)