# Service Limitations ## Mediation | **Action** | **Max Time** | **Max Size** | **Concurrency** | **Description** | | --- | --- | --- | --- | --- | | File Download | 5 seconds | 50 MB (up to 1 GB) | 10 | Download a 50 MB file in up to 5 sec. Recommended max file size: 1 GB. | | Usage Mapping | 5 minutes | 1,000,000 × 20 records (up to 50M) | 10 | Processes 1,000,000 × 20 records in up to 5 minutes. Recommended max: 50M records. | | Rating (with consolidation) | 10 minutes | 1,000,000 × 20 records (up to 50M) | 10 | Consolidation reduces multiple incoming usage requests to one. Processes 1,000,000 × 20 records in 10 minutes. Recommended max: 50M records. | | Rating (without consolidation) | 10 minutes | 1,000,000 × 20 records (up to 50M) | 10 | Processes 1,000,000 × 20 records in up to 10 minutes without consolidation. Recommended max: 50M records. | ## API (no encryption) | **Action** | **Max Time** | **Max Size** | **Concurrency** | **Description** | | --- | --- | --- | --- | --- | | Query | 0.5 seconds | 10,000 records | 25 | Returns up to 10,000 records in 0.5 sec | | Retrieve | 0.5 seconds | 10,000 records | 25 | Retrieves up to 10,000 records in 0.5 sec | | Create | 0.5 seconds | 2,000 records | 25 | Creates up to 2,000 records in 0.5 sec | | Update | 0.5 seconds | 2,000 records | 25 | Updates up to 2,000 records in 0.5 sec | | Delete | 0.5 seconds | 10,000 records | 25 | Deletes up to 10,000 records in 0.5 sec | | File Upload | 0.5 seconds | 1 GB | 25 | Uploads a 1 GB file in 0.5 sec | | File Download | 0.5 seconds | 1 GB | 25 | Downloads a 1 GB file in 0.5 sec | | Bulk Extract | 30 seconds | 10,000,000 records | 1 | Extracts up to 1,000,000 records in 30 sec | > **Note:** The maximum number of records for query/retrieve is 10,000, and for create/update is 2,000. ## API (with encryption) | **Action** | **Max Time** | **Max Size** | **Concurrency** | **Description** | | --- | --- | --- | --- | --- | | Query | 0.5 seconds | 10,000 records | 25 | Returns up to 10,000 records in 0.5 sec. | | Retrieve | 0.5 seconds | 10,000 records | 25 | Retrieves up to 10,000 records in 0.5 sec. | | Create | 0.5 seconds | 500 records | 25 | Creates up to 500 records in 0.5 sec. | | Update | 0.5 seconds | 500 records | 25 | Updates up to 500 records in 0.5 sec. | | Delete | 0.5 seconds | 5,000 records | 25 | Deletes up to 5,000 records in 0.5 sec. | | File Upload | 0.5 seconds | 1,000 records | 25 | Uploads a file with up to 1,000 records in 0.5 sec. | | File Download | 0.5 seconds | 1,000 records | 25 | Downloads a file with up to 1,000 records in 0.5 sec. | | Bulk Extract | 30 seconds | 10,000,000 records | 25 | Extracts 1,000,000 records in 30 sec. Max: 10M records. | ## Browser URL Length While modern browsers can accommodate URLs of up to **2048 characters**, this does not guarantee the same for search engine robots. It is advisable to maintain URLs at a maximum length of **75 characters**.