简体   繁体   中英

Dynamodb use begin with query on primary key

I have the primary key as "id" STRING "123456", I want to use (begin_with) query on this primary key, I sit possible?

No, you can't use begin_with on the partition key. The workaround is to create a GSI and query that using begin_with .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM