In DynamoDB, I have a Groups
table and a Users
table. One or many Users
can belong to a Group
.
Using DynamoDB, is it possible to perform one query to get a single Group
by ID, and also all of the Users
in that Group
by the User IDs
in that Group
record?
If not, what is the most efficient way to do this?
Aucun commentaire:
Enregistrer un commentaire