spark-dynamodb
spark-dynamodb copied to clipboard
Does this library support querying global secondary index of a dynamodb table?
Not at this time. The initial use case was performing full table scans to backup tables for use in a data warehouse. What's your use case for querying GSI?
Hi @traviscrawford In our company, we have the same use case. We want to delete all old items based on the secondary index. It is good to have secondary index supported.