You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A customer is running BatchGetItem with 100 items in each batch. It looks as if they have less <1K OPs of batch items, but the overall result is 100K OPs... The visualization is correct per OPs, but is misleading somewhat in terms of how many OPs are actually being run against the cluster. Did not look at the code of where we count such OPs, but I'd argue we should count the overall OPs, not 1 per batch. @tzach , @nyh , @nuivall - thoughts?
The text was updated successfully, but these errors were encountered:
A customer is running BatchGetItem with 100 items in each batch. It looks as if they have less <1K OPs of batch items, but the overall result is 100K OPs... The visualization is correct per OPs, but is misleading somewhat in terms of how many OPs are actually being run against the cluster. Did not look at the code of where we count such OPs, but I'd argue we should count the overall OPs, not 1 per batch.
@tzach , @nyh , @nuivall - thoughts?
The text was updated successfully, but these errors were encountered: