Amazon web services – How to use a low cardinality partition key in dynamodb
I´m facing the following problem: I need to build a table with many attributes: status, user_id, attribute_1, attribute_2 ... attribute_n I need to perform a high number of queries filtering by status only, but this attribute has a low cardinality…