-
Notifications
You must be signed in to change notification settings - Fork 32
Add doc about pg_waldump #232
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
base: main
Are you sure you want to change the base?
Conversation
Adding a descriptive documentation draft about the pg_waldump functionality for testing purposes.
Adding a descriptive documentation draft about the pg_waldump functionality for testing purposes. - Chinese version
Add common options for reference
Add common options
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hiiii, @owanglio welcome!🎊 Thanks for taking the effort to make our project better! 🙌 Keep making such awesome contributions!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done!
|
||
## Features | ||
|
||
- **WAL Analysis**: The `pg_waldump` function in Cloudberry allows users to parse and decode WAL files, presenting a human-readable format of the log data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **WAL Analysis**: The `pg_waldump` function in Cloudberry allows users to parse and decode WAL files, presenting a human-readable format of the log data. | |
- **WAL Analysis**: The `pg_waldump` tool in Cloudberry allows users to parse and decode WAL files, presenting a human-readable format of the log data. |
```bash | ||
pg_waldump --nodes=node1,node2 --format=human --level=high |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```bash | |
pg_waldump --nodes=node1,node2 --format=human --level=high | |
```bash | |
pg_waldump --nodes=node1,node2 --format=human --level=high | |
``` |
### 中文版本: Apache Cloudberry中的pg_waldump | ||
|
||
```markdown |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### 中文版本: Apache Cloudberry中的pg_waldump | |
```markdown |
```bash | ||
pg_waldump --nodes=node1,node2 --format=human --level=high |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```bash | |
pg_waldump --nodes=node1,node2 --format=human --level=high | |
```bash | |
pg_waldump --nodes=node1,node2 --format=human --level=high | |
``` |
```markdown | ||
# Apache Cloudberry中的pg_waldump | ||
|
||
Apache Cloudberry提供了一种强大的机制,用于检查预写日志(WAL)文件,帮助用户分析数据库变化、跟踪操作以及诊断问题。Cloudberry中的`pg_waldump`功能模仿了PostgreSQL中的`pg_waldump`工具,但针对Cloudberry的分布式架构进行了增强。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please reserve a space between an English character (or a number) and a Chinese character.
Change logs
Contributor's checklist
Here are some reminders before you submit your pull request: