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
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
In Python I'm are trying to read DynamoDB with a global secondary index with a provided schema and filters. It's a very large dynamo table and it takes approximately 4 hrs to do a full table scan. We've created a global secondary index to improve the performance. However we are not sure if this library supports this functionality. Or perhaps we are using it incorrectly. Currently we are using the following code to do a full scan. I tried adding the commented out line to use the index but that didn't work and couldn't find any examples of this.
In Python I'm are trying to read DynamoDB with a global secondary index with a provided schema and filters. It's a very large dynamo table and it takes approximately 4 hrs to do a full table scan. We've created a global secondary index to improve the performance. However we are not sure if this library supports this functionality. Or perhaps we are using it incorrectly. Currently we are using the following code to do a full scan. I tried adding the commented out line to use the index but that didn't work and couldn't find any examples of this.
Appreciate the help!
The text was updated successfully, but these errors were encountered: