If you have a significant amount of parent-child relationships, use a relational database not a NOSQL solution.
In MongoDB for example, to find a parent from a child or a child from a parent one is to get an id from one and fish for the other with a second query, to empower a parent child relationship.
No comments:
Post a Comment