Skip to content

Commit d9188e6

Browse files
committed
Gaby's feedback part 2
1 parent 90fef58 commit d9188e6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

advocacy_docs/supported-open-source/warehousepg/wem/performance/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Tune the workload and infrastructure to ensure consistent, high-speed execution
1818

1919
- [Analyzing data distribution:](data-analysis) Investigate table statistics, data skew, and bloat to improve query execution plans via the **Data Analysis** panel.
2020

21-
- [Planning storage capacity:](storage) Use the **Storage** panel to monitori disk utilization and historical growth trends across all hosts to prevent "disk full" events.
21+
- [Planning storage capacity:](storage) Use the **Storage** panel to monitor disk utilization and historical growth trends across all hosts to prevent "disk full" events.
2222

2323
- [Securing backups:](backups) Manage the status and history of backup operations to ensure reliable recovery points with the **Backups** panel.

advocacy_docs/supported-open-source/warehousepg/wem/performance/storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The **Storage** panel on the left sidebar provides real-time and historical visi
1212
Use the **Overview** tab to perform a high-level audit of your total storage footprint and ensure data is spread evenly across the cluster infrastructure.
1313
- **Evaluate total headroom:** Check the capacity metrics for total **Used** vs. **Free** space. If the average usage percentage across the cluster exceeds 70%, begin identifying data archival candidates.
1414
- **Identify storage imbalances:** Review the **Free Space Distribution** visualization. If certain nodes have significantly less free space than others, it usually indicates data skew at the database level that requires re-distribution.
15-
- **Audit** node-level partitions:** Use the **Storage Details** table to inspect specific mount points (e.g., `/data` vs. `/var/log`). This helps you determine if storage pressure is being caused by database files or by expanding system logs and temporary files.
15+
- **Audit node-level partitions:** Use the **Storage Details** table to inspect specific mount points (e.g., `/data` vs. `/var/log`). This helps you determine if storage pressure is being caused by database files or by expanding system logs and temporary files.
1616

1717
### Isolating host and mount point issues
1818

advocacy_docs/supported-open-source/warehousepg/wem/reference/commands.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ wem setup [options] [global-options]
4444
wem setup
4545
```
4646

47-
- SCheck if an installation is complete without making changes:
47+
- Check if an installation is complete without making changes:
4848

49-
```bash
50-
wem setup --check
51-
```
49+
```bash
50+
wem setup --check
51+
```
5252

5353
- Point setup to a specific host and port:
5454

advocacy_docs/supported-open-source/warehousepg/wem/system-access/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ navigation:
77
- access-management
88
---
99

10-
Establish safety protocols and managing access to sensitive data to protect the integrity of the cluster.
10+
Establish safety protocols and manage access to sensitive data to protect the integrity of the cluster.
1111

1212

1313
- [Provisioning user accounts:](user-management) The **User Management** panel allows you to create database roles and manage credentials through a centralized interface.

0 commit comments

Comments
 (0)