simple-5----Page:48
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  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48 

Multiple Inserts
Issue – referential integrity
We have a few places where one document contains a reference to another
Server doesn’t guarantee referential integrity now – very hard
Doesn’t fit well with “reject if not good” model

Multiple inserts would allow server to check referential integrity
Client would need to PUT something so that result is fully consistent
Allow app usages to specify referential integrity constraints
Takes us a major step closer to a DB protocol
Is that what we want?
Is this the right group to do it?
PPT Version