1

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

1 Answer 1

2

I believe the recently announced Global Secondary Indexes is what you need.

As with Local Secondary Indexes - you can't you have than one index when querying.

This means you will probably have to move some of that logic into the application layer.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.