With relational DB, a 1-N relation only need a foreign key to retrieve relation content on both side. With documents DB a search on a foreign key is non efficiant.
My proposal is to automaticaly assign a reference on both sides.
See more details in this pull request
With relational DB, a 1-N relation only need a foreign key to retrieve relation content on both side. With documents DB a search on a foreign key is non efficiant.
My proposal is to automaticaly assign a reference on both sides.
See more details in this pull request