Pricing
Sandbox databases
Sandbox databases are free but have limitations. View the limits page for more information.
| Dimension | Unit | Price | |
|---|
| Read Requests | 1,000 | $0.00 | Get, Query, List |
| Write Requests | 1,000 | $0.00 | Set, Delete |
| Storage | GB Hour | $0.00 | ~$0 / GB Month |
Standard databases
| Dimension | Unit | Price | |
|---|
| Read Requests | 1,000 | $0.005 | Get, Query, List |
| Write Requests | 1,000 | $0.02 | Set, Delete |
| Storage | GB Hour | $0.0003425 | ~$0.25 / GB Month |
Examples
A query is only ever a single read request, regardless of the number of records returned, index size or dimension.
| Example | Read Requests | Write Requests | Price |
|---|
| 10,000 queries for top 50 nearest neighbours | 10,000 | 0 | $0.05 |
| Insert 500 records, update 500 records, delete 500 records | 0 | 1,500 | $0.03 |
| 1 GB of storage for 1 month | 0 | 0 | $0.25 |