Slide 38
Slide 38 text
Duplicated Data
ID: yyy
data: { }
/parent/item/
ID: 0
parent: yyy
child: xxx
ID: xxx
data: { }
/parent/
/child/
Writes exactly the same data to the two references.Writes exactly
the same data to the two references.
By doing this, JOIN becomes unnecessary, and data can be
accessed at high speed.
/child/item/
ID: 0
parent: yyy
child: xxx