com presentations: Schema design considerations: slides/mongodb/considerations.xml
[email protected] (Derick Rethans)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 953dad800d4ead9a904571e54228eb0be676bef6 Author: Jeremy Mikola <[email protected]> Sun, 17 May 2015 15:29:14 -0500 Parents: fa5798e4508fb0cb5dcc92544b31e75fb62b6487 Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=953dad800d4ead9a904571e54228eb0be676bef6 Log: Schema design considerations Changed paths: M slides/mongodb/considerations.xml Diff: diff --git a/slides/mongodb/considerations.xml b/slides/mongodb/considerations.xml index 1ad3fc0..6fac735 100644 --- a/slides/mongodb/considerations.xml +++ b/slides/mongodb/considerations.xml @@ -10,7 +10,8 @@ <break/> <blurb>Considerations</blurb> <list> - <bullet>Only single document writes are atomic</bullet> - <bullet>No joins</bullet> + <bullet>Only single-document writes are atomic</bullet> + <bullet>No joins (reference vs. embed)</bullet> + <bullet>Growing documents may require relocation</bullet> </list> </slide>