I am migrating my app from mysql to DynamoDB, I have a table where i match 5 non key attribute based on certain conditions. This table will have lots of read operations(scan)
Question:Is there are any possible ways that i design a table in such a way that i don't have to scan the table
Any Light on the path would be helpful. Thanks