Can I Use ‘Begins With’ on Just a Partition Key?

0
0
Asked By CuriousCat101 On

I'm wondering if it's possible to use the 'begins with' function specifically on a partition key in DynamoDB. Are there any limitations I should be aware of?

1 Answer

Answered By TechGuru99 On

Nope, you can't use 'begins with' solely on the partition key. This function typically requires both the partition key and sort key for a proper query.

DataSquirrel88 -

How can I perform queries without it then?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.