Hello, I have a couple of questions about how Glide counts updates, and I’d really appreciate your help!
Context:
In my app, I’m syncing data from a connected Google Sheet. New data is added to the sheet daily, so over time, it’s grown quite large.
Q1:
The sheet currently contains more than 13,000 rows, but a lot of that is old data we no longer need. If I replace the entire sheet with only the 3,000 rows we actually need (essentially deleting 10,000 rows), will Glide count that as 10,000 updates?
Q2:
If I do the same deletion (removing 10,000 rows) before the app is published, will those deletions still count as updates?
If you delete 10,000 rows at once, it will not be 10,000 updates. Glide does not count 1 update for each row you delete if you are deleting all rows at once. It may use a few updates but certainly not thousands.
Alas, the holes get poked in the fabric of the comparing the two. Google sheets certainly has its place for data in a glide app for bulk updates that don’t require near instant updates being reflected in the app.