Forum Discussion
Hello, May I ask, what does the pipeline do? to have a better context.
------------------------------
Marcelo Benavides
------------------------------
Hey Marcelo,
The pipeline itself is looping through a number of related tables. It identifies a field in one table that has a one to many relationship. Then based on that relationship, it loops through each found value and updates one field to a new value.
------------------------------
Caleb Gayton
------------------------------
- MarceloBenavide2 years agoQrew Cadet
Hi, all actions in quickbase, or do you calling a external service? and, how many records through?
Thank you
Marcelo Benavides Torres
------------------------------
Marcelo Benavides
------------------------------- CalebGayton2 years agoQrew Member
It is all QuickBase actions. The number of records is probably a decent volume maybe like 15-20K records.
------------------------------
Caleb Gayton
------------------------------- MarceloBenavide2 years agoQrew Cadet
Ok, After 24 years of experience developing software, I'm not sure if the performance is good for 15k records, especially considering that the pipelines run in the background.
Have you tried with a small group of records? make a filter to test.
Have you tried it in hours where the system is without users?
I suggest that you use API and update this data via JSON with various record blocks.
------------------------------
Marcelo Benavides
------------------------------