Slide 33
Slide 33 text
Example Queries
Project (org-id=1234, project-id=100)
Project CRUD operations - PK=ORG#1234, SK=PRO#agile#100
Find agile projects - PK= ORG#1234, SK begins_with(PRO#agile)
Find fixed-bid projects - PK=ORG#1234, SK begins_with(PRO#fixed-bid)
Find the employees assigned to a project - PK=ORG#1234#PRO#100
Find a project by name - Not yet satisfied
Find on-hold projects - Not yet satisfied
Entity Partition Key (PK) Sort Key (SK)
Organization ORG# #METADATA#
Project ORG# PRO##
Project-Employee ORG##PRO# ORG##EMP#