I’m curious how speed of processing of a scenario is influenced by pulling values from AirTable vs Pulling from an Array/bundle that has been previously pulled from a Google Sheet.
Thanks!
Hi @Scott_Swain,
I am not sure what you are comparing? Of course, if the module has to make a request to Airtable in order to process a value, it will take more time than a module that only has to process a value that is already in memory.
Is that your question?
Cheers,
Henk
Hey Henk -
Yes, thanks for answering and thanks for your clarifying question.
As a 29-year software engineer, I understand that this could be as simple as something like RAM vs HD or RAM vs network access.
I guess (and I apologize for not being more clear before): I’m looking for someone to say more like, “Yes AirTable access would be slower but not very noticeable because caching or something…” or “I only recommend using AirTable for initial pulling data into some local variables because it’s 10x slower…”
So yeah, I hope that is more clear
Thank you for your clarification, @Scott_Swain.
It is an interesting question, although I must say I never bothered to answer it. For me, any delay or speed of an executing is negligible. Only the Teams and Enterprise plans have high priority execution. With plans lower than that, scenario runs are placed in a queue, so there you are at the mercy of the speed of processing on Make’s side anyway. And I haven’t been in a situation where I needed to optimize speed that far, so I cannot help you answer this question, unfortunately.
Cheers,
Henk
Actually that is the kind of info I was looking for. THANK YOU, Henk!
You can shave a few seconds per Airtable/Google Sheet module by using the Make’s native solution: Data Stores.
For more information, see the Data Store documentation in the Help Center or Make Academy.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
General
- Help Center | Tutorials
- Make Academy – learn Make and get your certificate
- Discord Server – join us in live chat for fans of Make!
Help Center Basics
- Mapping – What is mapping? What can I map?
- Mapping with arrays – How to map items in an array
- Aggregate an array for mapping complex fields
- Tokens for
parseDate
| Tokens forformatDate
- HTTP modules – Make a request, Get (download) a file
- Webhooks – Error Handling, Responding to webhooks
Articles & Videos
- Router Magic Formula - YouTube
- Error Handlers in Make - YouTube playlist
- Getting started with OpenAI
- How to use Regex in Make
samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!