Why creating something in a database consumes so much workload


My consumption is too much :

My workload consumption is too high. Whereas all I do is retrieve a list of objects via API and put them in my bubble database.

How many?
How big?

1 Like

What kind of data is it? Why do you need to store it, if the data can just be fetched on the front end via data calls; much like any other db fetching?

1 Like

Thanks for your answers :

I need to create a list of tasks :

A task :
image

I retrieve information from an API and enter it into the database with the “Schedule API Workflow on a list” action.

But I realize that the process is enormously energy intensive. My project is an inventory management application and it is quite complex but I did not think that retrieving some data and storing it in the database could consume so many workloads…

Click on the blue sections to further see what is taking up the WUs.

I think it might have something to do with the search on each ‘Create a new task’ from the attached image.

image
when I click on the two blue sections, it directs me here, so the problem comes from there

This topic was automatically closed after 70 days. New replies are no longer allowed.