Our Query API calls seemed very high, so we put in extra logging on our side to figure it out and what we are seeing a 1:4 ration. For every one call we are making Glide is registering 4.
We are only using GET (bulk read) API call, on a table that has about 6000 rows.
Anyone else doing a bulk GET on a large table and are you seeing a higher number of calls. I am wondering if the size of the table increases the number of updates ?
The Glide counter doesn’t update in real time so we cannot do a verfication test.
Hi Thinh, I read the post and that doesn’t help me answer my question.
We have started to keep a full log of all the API Query calls we make, and what we are seeing is about 300 calls per day that we can account for. However we are seeing the Glide API calls counter going up at approximately 1500 per day. We have 6000 rows in our table. We don’t have a detailed log on glide side on how they came up with that number so we are playing bit of a guessing game.
I am thinking of taking a backup of the table and truncate it to see if that would make a difference but it does say upto 10k rows and we are below that
If you are using Big Tables, this audit log table is automatically generated, and every single action that happens with a Big Table (even Data Editor edits) is logged here. You might be able to use it to help identify where the updates are coming from.