@@ -32,6 +32,8 @@ msgid ""
32
32
"requirements."
33
33
msgstr ""
34
34
"*聚合*是泛指各种可以处理批量记录并返回计算结果的操作。MongoDB提供了丰富的聚合操作,"
35
+ "用于对数据集执行计算操作。在:program:`mongod` 实例上执行聚合操作可以大大简化应用的代码,"
36
+ "并降低对资源的消耗。"
35
37
36
38
# 27f9370e5e8d42d3bee0e4ac1a9e7b83
37
39
#: ../source/core/aggregation-introduction.txt:17
@@ -40,16 +42,18 @@ msgid ""
40
42
"<collection>` of documents as an input and return results in the form of one"
41
43
" or more documents."
42
44
msgstr ""
45
+ "在MongoDB中,像查询之类的聚合操作都是使用:term:`collections <集合> 中的文档作为输入,"
46
+ "最终的结果可以输出一个或者多个文档。"
43
47
44
48
# db590a4fea584978a5d138ec6c732a7e
45
49
#: ../source/core/aggregation-introduction.txt:22
46
50
msgid "Aggregation Modalities"
47
- msgstr ""
51
+ msgstr "聚合方式 "
48
52
49
53
# 073fd8c96dde463680e2c7e34b7ae039
50
54
#: ../source/core/aggregation-introduction.txt:25
51
55
msgid "Aggregation Pipelines"
52
- msgstr ""
56
+ msgstr "聚合管道 "
53
57
54
58
# f769b5ad3a9348a3a66c71a91deff673
55
59
#: ../source/core/aggregation-introduction.txt:27
@@ -59,14 +63,16 @@ msgid ""
59
63
"enter a multi-stage pipeline that transforms the documents into an "
60
64
"aggregated result."
61
65
msgstr ""
66
+ "MongoDB 2.2 引入了一种新的基于数据处理管道概念的:doc:`聚合框架 </core/aggregation-"
67
+ "pipeline>`。通过一个多阶段的管道,将一组文档转化为最终的聚合结果。 "
62
68
63
69
# e417b234fbc04bf5959fc2f1218b8bb5
64
70
#: ../source/core/aggregation-introduction.txt:32
65
71
msgid ""
66
72
"The most basic pipeline stages provide *filters* that operate like queries "
67
73
"and *document transformations* that modify the form of the output document."
68
74
msgstr ""
69
-
75
+ "一个管道最基本的功能包含类似于查询的*过滤*功能,和可以修改输出结果的*文档转化*功能"
70
76
# 495a185c6cfe4a12ac89b536d5da01f4
71
77
#: ../source/core/aggregation-introduction.txt:36
72
78
msgid ""
0 commit comments