Skip to content

Commit 69980f0

Browse files
committed
Merge pull request mongodb#431 from giveme168/patch-1
文字错误
2 parents dccf0e0 + 568eef0 commit 69980f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/zh/LC_MESSAGES/core/indexes-introduction.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ msgstr "索引交集"
185185
# 3c462a96593641bfb8eb4806018f4555
186186
#: ../source/core/indexes-introduction.txt:194
187187
msgid "MongoDB can use the :doc:`intersection of indexes </core/index-intersection>` to fulfill queries. For queries that specify compound query conditions, if one index can fulfill a part of a query condition, and another index can fulfill another part of the query condition, then MongoDB can use the intersection of the two indexes to fulfill the query. Whether the use of a compound index or the use of an index intersection is more efficient depends on the particular query and the system."
188-
msgstr "MongoDB可以使用 :doc:`索引交集 </core/index-intersection>` 来匹配查询。 对于那些复合条件查询,如果有一个索引可以匹配其中一部分条件,另一个索引可以批评其它部分条件, MongoDB 会使用两索引的交集来匹配整个查询。使用复合索引还是使用索引交集,哪个更高效取决与特定的查询和数据系统。"
188+
msgstr "MongoDB可以使用 :doc:`索引交集 </core/index-intersection>` 来匹配查询。 对于那些复合条件查询,如果有一个索引可以匹配其中一部分条件,另一个索引可以匹配其它部分条件, MongoDB 会使用两索引的交集来匹配整个查询。使用复合索引还是使用索引交集,哪个更高效取决与特定的查询和数据系统。"
189189

190190
# 47a473d5005b443f8b9088979ad85921
191191
#: ../source/core/indexes-introduction.txt:203

0 commit comments

Comments
 (0)