Similar questions were asked, but this case is different: I have a huge table in DynamoDB with two indexes: ID and TYPE, and I want to get a single random / incremented result whose TYPE equals to something.
I cannot afford querying ALL the data under this filter of course, so how can I still get a single result so that is each query - the result is different?
Thanks!