The Data Stores API enforces two types of throttling: requests per minute and throughput. Each game allows a certain number of requests per minute and a certain amount of data per minute. These limits are enforced for the universe (experience / game) regardless of the number of API keys used.
Unlike the Engine API, these limits do not scale based on user count. Exceeding either one causes the endpoint to return 429 Too Many Requests.
Legacy standard data stores throttling limits
These limits apply to the legacy /datastores/v1/ endpoints.
| Request type | Method | Throttle limits |
|---|---|---|
| Write |
|
|
| Read |
|
|
| Delete |
|
|
Legacy ordered data stores throttling limits
These limits apply to the legacy /ordered-data-stores/v1/ endpoints.
| Request type | Method | Throttle limits |
|---|---|---|
| Write |
|
|
| Read |
|
|