Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd3f6b2d

Browse files
committed
move lines around in configuration.md
1 parentdcc1944 commitd3f6b2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Default: 10000000
2323

2424
```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.
2525

26+
```multimaster.queue_size``` Multimaster queue size. default = 256*1024*1024
27+
28+
```multimaster.trans_spill_threshold``` Maximal size (Mb) of transaction after which transaction is written to the disk. Default = 100, /* 100Mb*/
29+
2630

2731

2832
##Questionable
@@ -33,10 +37,6 @@ Default: 10000000
3337

3438
```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*/
3539

36-
```multimaster.queue_size``` Multimaster queue size. default = 256*1024*1024,
37-
38-
```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-
4040
```multimaster.vacuum_delay``` Minimal age of records which can be vacuumed (seconds). default = 1.
4141

4242
```multimaster.worker``` Number of multimaster executor workers. Default = 8. (use dynamic workers with some timeout to die?)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp