File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,28 @@ migrated to and how the columns should be mapped to fields in
17
17
MongoDB documents. Mapping rules are created inside a project after you have provided a
18
18
valid :ref:`relational database connection string and credentials <rm-relational-database-connection-strings>`.
19
19
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
+
20
42
Mapping Direction Preference
21
43
----------------------------
22
44
You can’t perform that action at this time.
0 commit comments