1- #
1+ #
22msgid ""
33msgstr ""
44"Project-Id-Version : mongodb-manual 2.6\n "
55"Report-Msgid-Bugs-To : \n "
66"POT-Creation-Date : 2014-09-03 15:39-0400\n "
7- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
7+ "PO-Revision-Date : 2015-01-20 22:01+0800 \n "
88"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
99"Language-Team : LANGUAGE <LL@li.org>\n "
1010"MIME-Version : 1.0\n "
1111"Content-Type : text/plain; charset=UTF-8\n "
1212"Content-Transfer-Encoding : 8bit\n "
13+ "X-Generator : Poedit 1.7.3\n "
1314
1415#: ../source/tutorial/use-capped-collections-for-fast-writes-and-reads.txt:3
1516msgid "Use Capped Collections for Fast Writes and Reads"
16- msgstr ""
17+ msgstr "使用固定集合实现快速读写 "
1718
1819#: ../source/tutorial/use-capped-collections-for-fast-writes-and-reads.txt:8
1920msgid "Use Capped Collections for Fast Writes"
20- msgstr ""
21+ msgstr "使用固定集合实现快速写 "
2122
2223#: ../source/tutorial/use-capped-collections-for-fast-writes-and-reads.txt:10
2324msgid ""
@@ -26,30 +27,40 @@ msgid ""
2627"that capped collections can receive very high-speed writes and sequential "
2728"reads."
2829msgstr ""
30+ ":doc:`/core/capped-collections` 是环形的、固定大小的集合。这种集合使文档保持"
31+ "着良好的顺序,更奇妙的是,其排序甚至可以不使用索引。这意味着固定集合可以拥有"
32+ "极快的写操作和顺序读操作。"
2933
3034#: ../source/tutorial/use-capped-collections-for-fast-writes-and-reads.txt:15
3135msgid ""
3236"These collections are particularly useful for keeping log files but are not "
3337"limited to that purpose. Use capped collections where appropriate."
3438msgstr ""
39+ "固定集合对于保存日志文件尤其有用。然而,其用途绝不限于此,你可以在任何合适的"
40+ "场合使用固定集合。"
3541
3642#: ../source/tutorial/use-capped-collections-for-fast-writes-and-reads.txt:19
3743msgid "Use Natural Order for Fast Reads"
38- msgstr ""
44+ msgstr "使用自然排序实现快速读 "
3945
4046#: ../source/tutorial/use-capped-collections-for-fast-writes-and-reads.txt:21
4147msgid ""
4248"To return documents in the order they exist on disk, return sorted "
4349"operations using the :operator:`$natural` operator. On a capped collection, "
4450"this also returns the documents in the order in which they were written."
4551msgstr ""
52+ "为了以文档保存在磁盘上的顺序返回文档,返回此排序的操作可以使用 :operator:`"
53+ "$natural` 操作符。对固定集合来说,使用 :operator:`$natural` 操作符也就是按照"
54+ "写入顺序返回文档。"
4655
4756#: ../source/tutorial/use-capped-collections-for-fast-writes-and-reads.txt:26
4857msgid ""
4958":term:`Natural order <natural order>` does not use indexes but can be fast "
5059"for operations when you want to select the first or last items on disk."
5160msgstr ""
61+ ":term:`Natural order <natural order>` 没有使用索引,但是在你想要执行选取磁盘"
62+ "上的第一项或最后一项的操作时很快。"
5263
5364#: ../source/tutorial/use-capped-collections-for-fast-writes-and-reads.txt:31
5465msgid ":method:`~cursor.sort()` and :method:`~cursor.limit()`."
55- msgstr ""
66+ msgstr ":method:`~cursor.sort()` 和 :method:`~cursor.limit()`。 "
0 commit comments