You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 400_Relationships/20_Denormalization.asciidoc
+7-15Lines changed: 7 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,11 @@
1
1
[[denormalization]]
2
-
=== Denormalizing Your Data
2
+
=== 非规范化你的数据
3
3
4
-
The way to get the best search performance out of Elasticsearch is to use it
5
-
as it is intended, by((("relationships", "denormalizing your data")))((("denormalization", "denormalizing data at index time")))
6
-
http://en.wikipedia.org/wiki/Denormalization[denormalizing] your data at index
7
-
time. Having redundant copies of data in each document that requires access to
8
-
it removes the need for joins.
9
4
10
-
If we want to be able to find a blog post by the name of the user who wrote it,
11
-
include the user's name in the blog-post document itself:
5
+
使用 Elasticsearch 得到最好的搜索性能的方法是有目的的通过在索引时进行非规范化 ((("relationships", "denormalizing your data")))((("denormalization", "denormalizing data at index time")))
0 commit comments