gpt4 book ai didi

mongodb - 一对多关系 : retrieving documents with a single query

转载 作者:可可西里 更新时间:2023-11-01 09:13:52 25 4
gpt4 key购买 nike

回到经典的 mongodb 示例(帖子和用户):

帖子:

{title: "Greetings", body:"Hello world", userId:12345}

用户:

{_id:12345, name:"John Smith", email:john@smith.org"}

如何获取帖子

{title: "Greetings", body:"Hello world", <username>:"John Smith"}

用一个单一的查询?

最佳答案

MongoDB 不是 RDBMS - 所以没有 JOINS - 要么使用两个查询,要么使用嵌入,要么查看“数据库引用”。

关于mongodb - 一对多关系 : retrieving documents with a single query,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4873974/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com