Skip to content

Commit 9d0d173

Browse files
authored
Merge pull request #1854 from appwrite/fix-db-read-pricing-mistake
fix: db read pricing mistake
2 parents 5c613a4 + 698f912 commit 9d0d173

File tree

1 file changed

+2
-2
lines changed
  • src/routes/docs/advanced/platform/database-reads-and-writes

1 file changed

+2
-2
lines changed

src/routes/docs/advanced/platform/database-reads-and-writes/+page.markdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: article
33
title: Database Reads and Writes
44
description: Learn how Appwrite handles database reads and writes and their associated costs.
55
---
6-
{% info title="Note" %}
6+
{% info title="Note" %}
77
Updated pricing will take effect on April 10th, 2025. Check out this [blog post](/blog/post/announcing-database-reads-and-writes-pricing) for more information.
88
{% /info %}
99

@@ -27,7 +27,7 @@ How it works:
2727
3. Operations are counted based on the number of documents affected, not API calls.
2828
4. Quotas are refreshed monthly based on your subscription plan.
2929

30-
For example, if you fetch a collection of 50 documents with a single API call, this counts as 50 read operations, not as a single operation. If your query returned no documents, it **won't be counted**.
30+
For example, if you fetch a collection of 50 documents with a single API call, this counts as 50 read operations, not as a single operation. If your query returns no documents, this counts as a single operation.
3131

3232
## Pricing
3333

0 commit comments

Comments
 (0)