Skip to content

Commit c8ab056

Browse files
authored
DOCSP-33437 Add Data Modeling Links to Mapping Rules Page (#69)
* DOCSP-33437 Add Data Modeling Links to Mapping Rules Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
1 parent e0634ca commit c8ab056

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

source/mapping-rules/mapping-rules.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,28 @@ migrated to and how the columns should be mapped to fields in
1717
MongoDB documents. Mapping rules are created inside a project after you have provided a
1818
valid :ref:`relational database connection string and credentials <rm-relational-database-connection-strings>`.
1919

20+
MongoDB Schema Design Patterns
21+
------------------------------
22+
23+
Schema design patterns in MongoDB shape how your data is organized.
24+
Good schema design practices ensure efficient storage, retrieval, and
25+
manipulation of your data. These design decisions can improve the
26+
performance and scalability of your MongoDB deployment. Relational
27+
Migrator allows you to make key schema design decisions such as
28+
combining multiple tables into a single collection or embedding data
29+
in your documents.
30+
31+
For an overview of schema design best practices, review the following
32+
documentation:
33+
34+
- :ref:`data-modeling-patterns`.
35+
36+
- `Building with Patterns
37+
<https://www.mongodb.com/blog/post/building-with-patterns-a-summary>`__.
38+
39+
- `Summary of Schema Design Anti-Patterns and How to Spot Them
40+
<https://www.mongodb.com/developer/products/mongodb/schema-design-anti-pattern-summary/>`__.
41+
2042
Mapping Direction Preference
2143
----------------------------
2244

0 commit comments

Comments
 (0)