What does this mean to have a negative count of any collection showing in App Overview?
It's not a valid count when I check entities from Collection.
I treid to get the count from hitting {baasUrl}/{org}/{app}, still the negative count.
Thanks in advance.
- Vivek
We are facing similar issue and there is no documentation on this. The negative count is not normalising even after inactivity with the BaaS collection. We are using cursor to delete 1000 entities at a time from the collection
,We are facing the same issues and would like to know what does this negative count mean. The count doesnt reset to 0 even after some days and no activity on BaaS Collection
@Michael Russo , @mdunker@apigee.com Any help here ? Thank you !
We are also facing the same issue with negative count. I added about 10000 products into collection, then deleted them (with about 10 DELETE requests with limit=1000) and got negative value of items count (see screenshot attached). Now after importing 463452 items there is only 462404 on dashboard. Is there any solution to fix this and check to be sure that all the items are available from this collection?
Answer by Raghavendran · Mar 23, 2017 at 02:00 AM
As per APIGEE Support discussions this is the information from APIGEE BaaS team:
Info from BaaS team regarding the count value. This value is not guaranteed to be totally accurate, it will only be an approximation. I know that for the examples you show, the number seems highly inaccurate, but even if the count were working as expected it may not be the precise value you are expecting. To verify the data has loaded, you would need to checked the return codes for each load. Anything other than a 200 would indicate a problem. To check that the previous days data has been deleted, can you retrieve the collection after the delete and check that you are returned no entries I have been speaking to our engineering team about this issue. There is no process to reset the counter and counters are not supported i.e. counter problems with not be fixed in the near term. Our official recommendation is to keep track of success/failure counts client side as per my previous update
Thank you @Raghavendran for letting community know about it, +1
Connection between two entities in BaaS? 2 Answers
What is the best way to update BaaS? 1 Answer
How to move baas collections from one org-app to another? 2 Answers
How can i know if a property in the entity is full text indexed? 1 Answer
Apigee BaaS Javascript SDK, How to retrieve all collection names ? 1 Answer