Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Correct a typo #31

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/Administration-and-Data-Access-Tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ ./ldb --db=/tmp/test_db_new compact --compression_type=bzip2 --block_size=6553

你可以通过--column_family=<string>来指定你要查询的column family。

--try_load_options 将会尝试加载配置文件来打开数据库。如果你总是要用这个配置去打开数据库,这是一个好方法。如果你使用默认配置打开数据库,它可能破坏LSM-Tree结构并导致无法自动回复
--try_load_options 将会尝试加载配置文件来打开数据库。如果你总是要用这个配置去打开数据库,这是一个好方法。如果你使用默认配置打开数据库,它可能破坏LSM-Tree结构并导致无法自动恢复

# SST dump tool

Expand Down Expand Up @@ -245,4 +245,4 @@ Compression: kLZ4HCCompression Size: 97234828
Compression: kZSTDNotFinalCompression Size: 79821573
```

这些文件被创建在内容中,并且他们的块大小为16KB,块大小能通过--set_block_size改变。
这些文件被创建在内容中,并且他们的块大小为16KB,块大小能通过--set_block_size改变。