我可以在 MongoDB 中为树建立索引吗?
我需要创建一棵具有数十层和数千个节点的树,然后按该树内的字段查找给定文档。
是否可以在整个树中索引该字段?
查找该文档的查询是什么样的?
I need to create a tree with tens of levels and thousands of nodes, and then find a given document by field inside that tree.
Is it possible to index that field in the whole tree?
And what would the query to find that document look like?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想存储图形,请使用图形数据库。
You want to store a graph, use a graph database.