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
When we have the IDs of multiple entities, we use a listByKeys(List) method to retrieve them. However, internally this method iterates of listByKey() this hitting the datastore with multiple requests for entities in a short span. We can improve this by making a single query with all the IDs.
The text was updated successfully, but these errors were encountered:
When we have the IDs of multiple entities, we use a
listByKeys(List)
method to retrieve them. However, internally this method iterates oflistByKey()
this hitting the datastore with multiple requests for entities in a short span. We can improve this by making a single query with all the IDs.The text was updated successfully, but these errors were encountered: