mongodb支持跨集合(也就是跨表)的操作嘛??
为情所困
为情所困 2017-04-25 09:04:18
0
1
600

mongodb 支持跨集合操作嘛?或者有类型的取代方法嘛??

为情所困
为情所困

reply all(1)
伊谢尔伦

Cannot support directly

http://docs.mongodb.org/manual/reference/database-references/

When you have this kind of demand, first consider whether it can be embedded. If it cannot be embedded, consider whether it is really not satisfied by a relational database.

In addition, when there is an index, the speed of obtaining data through reference is not bad, but it is more cumbersome to write the code yourself.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template