Skip to content

Commit 6de142a

Browse files
committed
Update compression-cost-savings.md
1 parent 338edb0 commit 6de142a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/mongodb/compression-cost-savings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Cosmos DB API for MongoDB introduced a new data compression algorithm in v
1616
## How it works
1717
The API for MongoDB charges users based on how many [request units](../request-units.md) (RUs) are consumed for each operation. With the new compression format, a reduction in storage size and query size directly results in a reduction in RU usage, saving you money. Performance and costs are coupled in Cosmos DB.
1818

19-
When [upgrading](upgrade-mongodb-version.md) from an API for MongoDB database account versions 3.6 or 3.2 to a version 4.0 or greater, all new documents (data) written to that account will be stored in the improved compression format. Older documents, written before the account was upgraded, remains fully backwards compatible, but will remain stored in the older compression format.
19+
When [upgrading](upgrade-mongodb-version.md) from an API for MongoDB database account versions 3.6 or 3.2 to version 4.0 or greater, all new documents (data) written to that account will be stored in the improved compression format. Older documents, written before the account was upgraded, remain fully backwards compatible, but will remain stored in the older compression format.
2020

2121
## Upgrading older documents
2222
When upgrading your database account to versions 4.0+, it's good idea to consider upgrading your older documents as well. Doing so will provide you with efficiency improvements on your older data as well as new data that gets written to the account after the upgrade. The following steps upgrade your older documents to the new compression format:
@@ -27,7 +27,7 @@ When upgrading your database account to versions 4.0+, it's good idea to conside
2727

2828

2929
## Next steps
30-
Learn about upgrading and the API for MongoDB versions:
30+
Learn more about upgrading and the API for MongoDB versions:
3131
* [Introduction to the API for MongoDB](mongodb-introduction.md)
3232
* [Upgrade guide](upgrade-mongodb-version.md)
3333
* [Version 4.2](feature-support-42.md)

0 commit comments

Comments
 (0)