Usage and Limits
Use this guide to understand how to use WorqDB and its limits.
Standard Limits
The following tables show the limits that apply to WorqDB. These are hard limits unless otherwise noted.
Database Limits
Limit | Details |
---|---|
Maximum number of databases per project | 50 (You can contact support to request an increase.) |
Collections, Documents, and Fields Limits
Limit | Details |
---|---|
Constraints on collection IDs |
|
Maximum depth of fields in a map or array | 20 |
We do not keep a track on the Constraints when creating the Documents to make sure we can provide ~100ms speeds when handling large values through atomicity, however, this might lead to issues later on when working on the fetch functions, so make sure your Collections follow these processes.
Export and Import Limits
Limit | Details |
---|---|
Maximum total number of both export and import requests for a project allowed per minute | 20 |
Maximum number of concurrent exports and imports | 50 |
Was this page helpful?