提交 cade4240 编写于 作者: G gccgdb1234

docs: add value 0 for walLevel

上级 b0185caf
...@@ -358,7 +358,7 @@ charset 的有效值是 UTF-8。 ...@@ -358,7 +358,7 @@ charset 的有效值是 UTF-8。
| -------- | --------------------------------------------------------- | | -------- | --------------------------------------------------------- |
| 适用范围 | 仅服务端适用 | | 适用范围 | 仅服务端适用 |
| 含义 | WAL 级别 | | 含义 | WAL 级别 |
| 取值范围 | 1:写 WAL, 但不执行 fsync <br/> 2:写 WAL, 而且执行 fsync | | 取值范围 | 0: 不写WAL; <br/> 1:写 WAL, 但不执行 fsync <br/> 2:写 WAL, 而且执行 fsync |
| 缺省值 | 1 | | 缺省值 | 1 |
### fsync ### fsync
......
...@@ -350,7 +350,7 @@ charset CP936 ...@@ -350,7 +350,7 @@ charset CP936
| ------------- | ------------------------------------------------------------ | | ------------- | ------------------------------------------------------------ |
| Applicable | Server Only | | Applicable | Server Only |
| Meaning | WAL level | | Meaning | WAL level |
| Value Range | 1: wal enabled without fsync <br/> 2: wal enabled with fsync | | Value Range | 0: wal disabled <br/> 1: wal enabled without fsync <br/> 2: wal enabled with fsync |
| Default Value | 1 | | Default Value | 1 |
### fsync ### fsync
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册