Skip to content

Commit 97a06c2

Browse files
fix(rdb): review jessi
Co-authored-by: Jessica <[email protected]>
1 parent 04f8c0c commit 97a06c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

managed-databases/postgresql-and-mysql/api-cli/setting-up-encryption-at-rest.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The feature can be activated upon Database Instance creation via the console and
5050
}'
5151
```
5252

53-
3. Create a Database Instance by running the following command. Make sure you include the payload you edited in the previous step.
53+
2. Create a Database Instance by running the following command. Make sure you include the payload you edited in the previous step.
5454
```bash
5555
curl -X POST \
5656
-H "X-Auth-Token: $SCW_SECRET_KEY" \

managed-databases/postgresql-and-mysql/reference-content/encryption-at-rest-performance-benchmark.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- postgresql-and-mysql
1515
---
1616

17-
In December 2024, he Scaleway Managed Databases team ran tests on DB-POP2-4C-16G Instances in a Private Network using `pgbench`. Several workloads (including read, oltp and large loads) were simulated with several scale factors (from 1M rows to 200M rows) and concurrent database connections set to 10. They measured the impact of encryption at rest on transactions, per second and latency.
17+
In December 2024, the Scaleway Managed Databases team ran tests on DB-POP2-4C-16G Instances in a Private Network using `pgbench`. Several workloads (including read, oltp and large loads) were simulated with several scale factors (from 1M rows to 200M rows) and concurrent database connections set to 10. They measured the impact of encryption at rest on transactions, per second and latency.
1818

1919
<Message type="important">
2020
For more information on pgbench transactions, refer to the "What is the 'Transaction' actually performed in pgbench?" section of the official [pgbench documentation](https://www.postgresql.org/docs/current/pgbench.html).
@@ -24,7 +24,7 @@ In December 2024, he Scaleway Managed Databases team ran tests on DB-POP2-4C-16G
2424
The workloads applied simulate heavy usage scenarios for the purposes of testing. During the beta of encryption at rest, no performance issues were raised by users. If you would like to share your own benchmarks with our team, feel free to reach out to us in the #database channel of the [Scaleway Slack community](/tutorials/scaleway-slack-community/).
2525
</Message>
2626

27-
The table below compares the different workload and setup combinations and indicates the perfomance results of each:
27+
The table below compares the different workload and setup combinations and indicates the performance results of each:
2828

2929
| Workload Type | Setup | Scale Factor | Performance Impact |
3030
|----------------------|-----------------|--------------|------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)