[Groonga-commit] groonga/groonga at acfed2a [master] doc: update limitation

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 11 18:38:45 JST 2016


Kouhei Sutou	2016-03-11 18:38:45 +0900 (Fri, 11 Mar 2016)

  New Revision: acfed2a0ccbcb17af140c76a2e0cf95fcb87292e
  https://github.com/groonga/groonga/commit/acfed2a0ccbcb17af140c76a2e0cf95fcb87292e

  Message:
    doc: update limitation

  Modified files:
    doc/locale/ja/LC_MESSAGES/limitations.po
    doc/source/limitations.rst

  Modified: doc/locale/ja/LC_MESSAGES/limitations.po (+5 -3)
===================================================================
--- doc/locale/ja/LC_MESSAGES/limitations.po    2016-03-11 18:03:59 +0900 (4579cf6)
+++ doc/locale/ja/LC_MESSAGES/limitations.po    2016-03-11 18:38:45 +0900 (e61c293)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2016-03-11 17:57+0900\n"
+"PO-Revision-Date: 2016-03-11 18:10+0900\n"
 "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -32,8 +32,10 @@ msgstr "テーブルには以下の制限があります。"
 msgid "The maximum one key size: 4KiB"
 msgstr "1つのキーの最大サイズ: 4KiB"
 
-msgid "The maximum total size of keys: 4GiB"
-msgstr "キーのサイズを合計した上限値: 4GiB"
+msgid ""
+"The maximum total size of keys: 4GiB or 1TiB (by specifying ``KEY_LARGE`` "
+"flag to :ref:`table-create-flags`)"
+msgstr "最大総キーサイズ: 4GiBまたは1TiB( :ref:`table-create-flags` に ``KEY_LARGE`` フラグを指定した場合)"
 
 msgid "The maximum number of records: 268,435,455 (more than 268 million)"
 msgstr "最大レコード数: 268,435,455 (約2億6千万)"

  Modified: doc/source/limitations.rst (+2 -1)
===================================================================
--- doc/source/limitations.rst    2016-03-11 18:03:59 +0900 (4619d7e)
+++ doc/source/limitations.rst    2016-03-11 18:38:45 +0900 (bcf998b)
@@ -14,7 +14,8 @@ Limitations of table
 A table has the following limitations.
 
 * The maximum one key size: 4KiB
-* The maximum total size of keys: 4GiB
+* The maximum total size of keys: 4GiB or 1TiB (by specifying
+  ``KEY_LARGE`` flag to :ref:`table-create-flags`)
 * The maximum number of records: 268,435,455 (more than 268 million)
 
 Keep in mind that these limitations may vary depending on conditions.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index