-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplan
More file actions
29 lines (16 loc) · 769 Bytes
/
Copy pathplan
File metadata and controls
29 lines (16 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PK SK GSI1PK GSISK GSI2PK GSI2SK GSI3PK GSI3SK
USER#[USER] TODOLIST#[ID] USER#[USER]#TODOLIST#[ID] KSUID
TODO#[ID] TODO#[ID]
COMMENT[ID] COMMENT[COMMENT] #TODO#[ID] COMMENT#[ID]
#USER#TODO#ID KSUID
proposed
SECONDARY INDEX
Todolists for user in data order
PK SK
USER#[USER]#TODOLIST#[ID] KSUID
Comments for todo
PK
TODO#[ID] #COMMENT#
GSI3: Todos for user in data order
PK
USER#[USER]#TODO#[ID] KSUID