This is part 2 of the Tigris Data Modeling Series. In the first part of the series, we covered modeling one-to-one relations. In this second part of the series, we will explore modeling one-to-many relations. We'll look at two ways to implement one-to-many relations. The first uses an embedded pattern, and the second uses a separate collection with a relation field. We will also look at when it is best to use either of these designs.
How to model one-to-many relationships - Tigris Data Modeling Series
ยท 8 min read