Batch Operations
This section covers features that allow the processing of multiple Resource and Relationship operations efficiently, including bulk operations for high-volume tasks and bundle requests for atomic, transactionally secure actions.
The table below highlights the key characteristics of both APIs:
Bundle API | Bulk API | |
---|---|---|
Use Case | Multiple operations on Resources and Relationships | Optimizing operations when dealing with large volumes. |
Execution | Synchronous | Asynchronous |
Supported Operations | "CREATE" ,"UPSERT" , "DELETE" | "CREATE" ,"UPSERT" , "DELETE" |
Atomic Transaction | Yes | No |
Maximum Volume per Request | 500 KB | 5 GB |
Updated 5 months ago
What’s Next