作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在 embeds_many
之间进行选择时应考虑哪些要点?和references_many
(或 embeds_one
和 references_one
)在 Mongoid 中?
我目前更喜欢 embeds_many
超过references_many
,但这会导致太多嵌套 embeds_many
'ies,我担心它可能会给数据库增加不必要的开销。
最佳答案
需要注意的最重要的事情是 MongoDB 中每个文档的 4 MB 限制 - 通过使用引用而不是嵌入文档,您可以降低文档的大小。
有关差异的其他信息可以找到 here .
关于mongodb - 在 Mongoid 中选择 embeds_many 和references_many,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5018599/
我是一名优秀的程序员,十分优秀!