伊谢尔伦2017-04-25 09:06:18
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.