-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #499 from ApsaraDB/POLARDB_11_DEV
merge: 20240407
- Loading branch information
Showing
17 changed files
with
2,898 additions
and
3,462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# 问题报告 | ||
|
||
如果在运行 PolarDB for PostgreSQL 的过程中出现问题,请提供数据库的日志与机器的配置信息以方便定位问题。 | ||
|
||
通过 `polar_stat_env` 插件可以轻松获取数据库所在主机的硬件配置: | ||
|
||
```sql:no-line-numbers | ||
=> CREATE EXTENSION polar_stat_env; | ||
=> SELECT polar_stat_env(); | ||
polar_stat_env | ||
-------------------------------------------------------------------- | ||
{ + | ||
"CPU": { + | ||
"Architecture": "x86_64", + | ||
"Model Name": "Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz",+ | ||
"CPU Cores": "8", + | ||
"CPU Thread Per Cores": "2", + | ||
"CPU Core Per Socket": "4", + | ||
"NUMA Nodes": "1", + | ||
"L1d cache": "192 KiB (4 instances)", + | ||
"L1i cache": "128 KiB (4 instances)", + | ||
"L2 cache": "5 MiB (4 instances)", + | ||
"L3 cache": "48 MiB (1 instance)" + | ||
}, + | ||
"Memory": { + | ||
"Memory Total (GB)": "14", + | ||
"HugePage Size (MB)": "2", + | ||
"HugePage Total Size (GB)": "0" + | ||
}, + | ||
"OS Params": { + | ||
"OS": "5.10.134-16.1.al8.x86_64", + | ||
"Swappiness(1-100)": "0", + | ||
"Vfs Cache Pressure(0-1000)": "100", + | ||
"Min Free KBytes(KB)": "67584" + | ||
} + | ||
} | ||
(1 row) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# 问题报告 | ||
|
||
如果在运行 PolarDB for PostgreSQL 的过程中出现问题,请提供数据库的日志与机器的配置信息以方便定位问题。 | ||
|
||
通过 `polar_stat_env` 插件可以轻松获取数据库所在主机的硬件配置: | ||
|
||
```sql:no-line-numbers | ||
=> CREATE EXTENSION polar_stat_env; | ||
=> SELECT polar_stat_env(); | ||
polar_stat_env | ||
-------------------------------------------------------------------- | ||
{ + | ||
"CPU": { + | ||
"Architecture": "x86_64", + | ||
"Model Name": "Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz",+ | ||
"CPU Cores": "8", + | ||
"CPU Thread Per Cores": "2", + | ||
"CPU Core Per Socket": "4", + | ||
"NUMA Nodes": "1", + | ||
"L1d cache": "192 KiB (4 instances)", + | ||
"L1i cache": "128 KiB (4 instances)", + | ||
"L2 cache": "5 MiB (4 instances)", + | ||
"L3 cache": "48 MiB (1 instance)" + | ||
}, + | ||
"Memory": { + | ||
"Memory Total (GB)": "14", + | ||
"HugePage Size (MB)": "2", + | ||
"HugePage Total Size (GB)": "0" + | ||
}, + | ||
"OS Params": { + | ||
"OS": "5.10.134-16.1.al8.x86_64", + | ||
"Swappiness(1-100)": "0", + | ||
"Vfs Cache Pressure(0-1000)": "100", + | ||
"Min Free KBytes(KB)": "67584" + | ||
} + | ||
} | ||
(1 row) | ||
``` |
Oops, something went wrong.