Skip to content

Commit be0a50b

Browse files
committed
reformat tip as conclusion
1 parent 0eb1364 commit be0a50b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

404_Parent_Child/70_Practical_considerations.asciidoc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ case, it makes sense to increase the `refresh_interval` so that refreshes
7070
happen less often and global ordinals remain valid for longer. This will
7171
greatly reduce the CPU cost of rebuilding global ordinals every second.
7272

73-
==== Multi-generations
73+
==== Multi-generations and concluding thoughts
7474

7575

7676
The ability to join multiple generations (see <<grandparents>>) sounds very
@@ -80,11 +80,8 @@ attractive until you think of the costs involved:
8080
* Each generation of parents needs to have their string `_id` fields stored in
8181
memory, which can consume a lot of RAM.
8282

83-
84-
[TIP]
85-
=========================
86-
87-
Some advice about parent-child relationships:
83+
As you consider your relationship schemes and if parent-child is right for you,
84+
consider this advice about parent-child relationships:
8885

8986
* Use parent-child relationships sparingly, where there are many more children than parents.
9087
* Avoid using multiple parent-child joins in a single query.
@@ -95,5 +92,3 @@ Some advice about parent-child relationships:
9592
*Above all:* think about the other techniques that we have discussed in this
9693
chapter before reaching for parent-child.
9794

98-
=========================
99-

0 commit comments

Comments
 (0)