Skip to content

Commit a0918dc

Browse files
authored
Update changelog.md
minor MBB for consistency and the evil MS comma :)
1 parent 2bd77d9 commit a0918dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/cloud/reference/changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Compute-compute separation (also known as "Warehouses") is Generally Available;
2626

2727
### Single-replica services
2828

29-
We are introducing the concept of a single-replica service, both as a standalone offering and within warehouses. As a standalone offering, single-replica services are size limited and intended to be used for small test workloads. Within warehouses, single-replica services can be deployed at larger sizes, and utilized for workloads not requiring high availability at scale, such as restartable ETL jobs.
29+
We are introducing the concept of a "single-replica service", both as a standalone offering and within warehouses. As a standalone offering, single-replica services are size limited and intended to be used for small test workloads. Within warehouses, single-replica services can be deployed at larger sizes, and utilized for workloads not requiring high availability at scale, such as restartable ETL jobs.
3030

3131
### Vertical auto-scaling improvements
3232

33-
We are introducing a new autoscaling mechanism for vertical scaling of compute replicas, a concept we call “make before break” (or MBB). With this new approach, we add replica(s) of a new size before removing the old one(s) during the scaling operation. This results in more seamless scaling operations that are less disruptive to running workloads, because no capacity is lost during scaling. It is especially important during scale-up events as it is triggered by high resource utilization and removing replicas will make it worse.
33+
We are introducing a new vertical scaling mechanism for compute replicas, which we call "Make Before Break" (MBB). This approach adds one or more replicas of the new size before removing the old replicas, preventing any loss of capacity during scaling operations. By eliminating the gap between removing existing replicas and adding new ones, MBB creates a more seamless and less disruptive scaling process. It is especially beneficial in scale-up scenarios, where high resource utilization triggers the need for additional capacity, since removing replicas prematurely would only exacerbate the resource constraints.
3434

3535
### Horizontal scaling (GA)
3636

@@ -42,7 +42,7 @@ We now support the ability for customers to export backups to their own cloud ac
4242

4343
### Managed upgrade improvements
4444

45-
Safe managed upgrades deliver significant value to our users by allowing them to stay current with the database as it moves forward to add features. With this rollout, we applied the make before break (or MBB) approach to upgrades, further reducing impact to running workloads.
45+
Safe managed upgrades deliver significant value to our users by allowing them to stay current with the database as it moves forward to add features. With this rollout, we applied the "make before break" (or MBB) approach to upgrades, further reducing impact to running workloads.
4646

4747
### HIPAA support
4848

0 commit comments

Comments
 (0)