# of fetched records | RU usage |
---|---|
10 | 1 |
50 | 5 |
107 | 11 |
Records per namespace | Dimension=384 | Dimension=768 | Dimension=1536 |
---|---|---|---|
100,000 | 5 RUs | 5 RUs | 6 RUs |
1,000,000 | 6 RUs | 10 RUs | 18 RUs |
10,000,000 | 18 RUs | 32 RUs | 59 RUs |
include_metadata
or include_values
are specified, an internal fetch call retrieves the full record values for the IDs returned in the initial scan. This stage consumes RUs equal to a matching fetch call - 1 RU per 10 records in the result set.
TopK value | Additional RUs used |
---|---|
TopK=5 | 1 |
TopK=10 | 1 |
TopK=50 | 5 |
Records per batch | Dimension=384 | Dimension=768 | Dimension=1536 |
---|---|---|---|
1 | 3 WUs | 4 WUs | 7 WUs |
10 | 30 WUs | 40 WUs | 70 WUs |
100 | 300 WUs | 400 WUs | 700 WUs |
Dimension | Previous metada size | New metadata size | WUs |
---|---|---|---|
768 | 400 bytes | 500 bytes | 4 WUs |
1536 | 400 bytes | 500 bytes | 7 WUs |
1536 | 4000 bytes | 2000 bytes | 11 WUs |
Records per batch | Dimension=384 | Dimension=768 | Dimension=1536 |
---|---|---|---|
1 | 3 WUs | 4 WUs | 7 WUs |
10 | 30 WUs | 40 WUs | 70 WUs |
100 | 300 WUs | 400 WUs | 700 WUs |
deleteAll
flag always consumes 1 WU.
Records per namespace | Dimension=384 | Dimension=768 | Dimension=1536 |
---|---|---|---|
100,000 | 0.20 GB | 0.35 GB | 0.66 GB |
1,000,000 | 2.00 GB | 3.50 GB | 6.60 GB |
10,000,000 | 20.00 GB | 35.00 GB | 66.00 GB |
query
, fetch
, and list
include the number of read units consumed.top_k
= 10p1.x2
pod with three replicas and a collection containing 1 GB of data. This project runs continuously for the month of January on the Standard plan. The components of the total cost for this example are given in Table 1 below:
Table 1: Example billing components
Billing component | Value |
---|---|
Number of pods | 1 |
Number of replicas | 3 |
Pod size | x2 |
Total pod count | 6 |
Minutes in January | 44,640 |
Pod-minutes (pods * minutes) | 267,840 |
Pod price per minute | $0.0012 |
Collection storage | 1 GB |
Collection storage minutes | 44,640 |
Price per storage minute | $0.00000056 |
Product | Quantity | Price per unit | Charge |
---|---|---|---|
Collections | 44,640 | $0.00000056 | $0.025 |
P2 Pods (AWS) | 0 | $0.00 | |
P2 Pods (GCP) | 0 | $0.00 | |
S1 Pods | 0 | $0.00 | |
P1 Pods | 267,840 | $0.0012 | $514.29 |