Hi everyone,
I’m trying to understand how much workload is consumed when calling the Bulk Create API and Update API in Bubble.
- Bulk Create API:
- I’m calling the following API endpoint:
https://myapp.bubbleapps.io/api/1.1/obj/rentalunit/bulk
- The request body contains multiple entries, such as:
json
{"Field1": "Value", "Field2": "Value"}
{"Field1": "Value", "Field2": "Value"}
- Does the workload consumption depend on the number of fields per entry, or is it only based on the number of entries being created?
- How can I accurately calculate the workload usage for bulk creation?
- Update API Calls:
- If I call the update API and modify 4 fields for each entry, how much workload will it consume?
- Is the workload cost different when updating fewer or more fields in a single request?
I’d really appreciate it if someone could clarify how to estimate the workload properly for both bulk creation and updates.
Thanks in advance!