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
dkraczkowski
changed the title
Provide abstraction over ScannedCount and Count information in the amano.Curosor
Provide abstraction over ScannedCount and Count information in the amano.CursorSep 24, 2022
Description
At the moment count in cursor is calculated by retrieving all the items from dynamodb. We could optimise this behaviour by utilising
ScannedCount
andCount
information: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.html#Query.CountAdditionally we could abstract all the informations returned by dynamodb and provide it back to user.
References
amano.Cursor.count
amano.Cursor
The text was updated successfully, but these errors were encountered: