https://github.com/digoal/pgsql_admin_script
常用管理脚本
https://github.com/digoal/pgsql_admin_script
Last synced: about 2 months ago
JSON representation
常用管理脚本
- Host: GitHub
- URL: https://github.com/digoal/pgsql_admin_script
- Owner: digoal
- License: bsd-3-clause
- Created: 2015-10-26T14:08:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T15:24:31.000Z (about 8 years ago)
- Last Synced: 2025-03-27T00:13:38.505Z (2 months ago)
- Language: Shell
- Size: 259 KB
- Stars: 214
- Watchers: 25
- Forks: 139
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgsql_admin_script
常用管理脚本
1. generate_report.sh # 用来生成数据库巡检报告, 注意可以使用lock_timeout和statement_timeout来避免长时间等待。
2. pgq.md # 用来实现数据逻辑增量复制。
3. pgq_case.md # 在线数据逻辑复制。
4. pgsql_perf_tuning.md # PostgreSQL TPC-C 极限优化。