Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
查找递归嵌入文档的最佳方法是什么?
我有以下设置:
组嵌入许多帖子。Post递归地嵌入许多帖子。
给定一个后嵌入对象的 id,是否有一种内置方法可以递归地搜索整个树结构?
我目前的实现本质上是广度优先搜索,但我很好奇 mongodb/mongoid 是否有更高效的实现。
当前的Mongoid 文档提到这是可能的,并展示了如何做到这一点,请参阅Recursive Embedding部分。这仅适用于嵌入式文档。