Depending on the plan, Glide limits the amount of Updates.
I have an IoT integration which currently refreshes every hour.
Every hour it refreshes the whole sheet … (currently ± 20 cars).
I can change the way this works (e.g.: only update when a button is pushed or when a user logs in) or only update specific cars …
Therefore I need to know what counts as an Update (add, edit, delete, sync). And what other options are to improve this.
Anybody has an idea about this?
This URL is not working for me atm: https://www.glideapps.com/docs/reference/faq/fixed-updates-vs-pay-as-you-go-updates
I received a message earlier today that I was at 9.654 of 10.000 updates …
So I changed my plan to Pay As You Go …
Now I’m at 3.277 out of 10.000 updates …
I don’t want any surprises here so I would really like to know what I can expect if we would scale this application using Glide …
And let’s say the info provided is confusing at least …
Also how would this work if I were to use Airtable or BigQuery as a data source … ?
-
For Airtable > will it refresh every hour or only when the user opens the app?
-
For BigQuery > would it only update when a user open’s the app and a certain query runs? (that would be great because in that case we could update the database very frequently and only show the most recent info when the user opens it, and I assume that would be faster than only doing a webhook when the user logs in …)?