Skip to content

Commit 4812cbf

Browse files
authored
Merge pull request #1855 from appwrite/fix-db-read-pricing-blog
fix db read pricing blog
2 parents 51509f6 + 9636673 commit 4812cbf

File tree

1 file changed

+1
-1
lines changed
  • src/routes/blog/post/announcing-database-reads-and-writes-pricing

1 file changed

+1
-1
lines changed

src/routes/blog/post/announcing-database-reads-and-writes-pricing/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Any action that modifies data in your database, including:
4949
- Updating documents with `updateDocument`.
5050
- Deleting documents with `deleteDocument`.
5151

52-
**Important to note**: Operations are counted based on the number of documents affected, not API calls. 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**.
52+
Most operations are counted based on the number of documents affected. 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. However, if your query returns no documents, it will count as a single operation.
5353

5454
# Your usage
5555

0 commit comments

Comments
 (0)