Kouhei Sutou
null+****@clear*****
Wed Aug 24 14:40:30 JST 2016
Kouhei Sutou 2016-08-24 14:40:30 +0900 (Wed, 24 Aug 2016) New Revision: 66cf957f1276a2c382f76c11019bb6bdf94c40ee https://github.com/groonga/groonga/commit/66cf957f1276a2c382f76c11019bb6bdf94c40ee Message: doc: use list-table Modified files: doc/locale/ja/LC_MESSAGES/reference.po doc/source/reference/tables.rst Modified: doc/locale/ja/LC_MESSAGES/reference.po (+16 -10) =================================================================== --- doc/locale/ja/LC_MESSAGES/reference.po 2016-08-24 12:17:29 +0900 (a96cf23) +++ doc/locale/ja/LC_MESSAGES/reference.po 2016-08-24 14:40:30 +0900 (7246f64) @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2.1\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2016-08-02 15:11+0900\n" +"PO-Revision-Date: 2016-08-24 14:40+0900\n" "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n" "Language-Team: Japanese\n" "Language: ja\n" @@ -22267,6 +22267,9 @@ msgid "" "records are fetched." msgstr "" +msgid "Characteristics of all tables" +msgstr "全テーブルの特徴" + msgid "Tables" msgstr "テーブル" @@ -22300,30 +22303,33 @@ msgstr "" "以下はGroongaにあるすべてのテーブルの特性表です。(この表の中では ``TABLE_`` " "プレフィックスは省略しています。)" -msgid "``DAT_KEY``" +msgid "Item" msgstr "" -msgid "``HASH_KEY``" +msgid "``NO_KEY``" msgstr "" -msgid "``NO_KEY``" +msgid "``HASH_KEY``" msgstr "" msgid "``PAT_KEY``" msgstr "" +msgid "``DAT_KEY``" +msgstr "" + msgid "Data structure" msgstr "データ構造" -msgid "Double array trie" -msgstr "ダブル配列トライ" - msgid "Hash table" msgstr "ハッシュテーブル" msgid "Patricia trie" msgstr "パトリシアトライ" +msgid "Double array trie" +msgstr "ダブル配列トライ" + msgid "ID support" msgstr "IDサポート" @@ -22336,15 +22342,15 @@ msgstr "バリューサポート" msgid "Key -> ID speed" msgstr "キー→ID検索速度" -msgid "oo" -msgstr "" - msgid "o: fast" msgstr "o: 速い" msgid "x: slow" msgstr "x: 遅い" +msgid "oo" +msgstr "" + msgid "Update speed" msgstr "更新速度" Modified: doc/source/reference/tables.rst (+72 -45) =================================================================== --- doc/source/reference/tables.rst 2016-08-24 12:17:29 +0900 (062ddc7) +++ doc/source/reference/tables.rst 2016-08-24 14:40:30 +0900 (0dedf9e) @@ -23,51 +23,78 @@ Characteristics Here is a chracteristic table of all tables in Groonga. (``TABLE_`` prefix is omitted in the table.) -+--------------+------------+--------------+-------------+-------------+ -| | ``NO_KEY`` | ``HASH_KEY`` | ``PAT_KEY`` | ``DAT_KEY`` | -+==============+============+==============+=============+=============+ -| Data | Array | Hash table | Patricia | Double | -| structure | | | trie | array | -| | | | | trie | -+--------------+------------+--------------+-------------+-------------+ -| ID | o | o | o | o | -| support | | | | | -+--------------+------------+--------------+-------------+-------------+ -| Key | x | o | o | o | -| support | | | | | -+--------------+------------+--------------+-------------+-------------+ -| Value | o | o | o | x | -| support | | | | | -+--------------+------------+--------------+-------------+-------------+ -| Key -> ID | \- | oo | x | o | -| speed | | | | | -| | | | | | -| * o: fast | | | | | -| * x: slow | | | | | -+--------------+------------+--------------+-------------+-------------+ -| Update speed | ooo | o | o | x | -| | | | | | -| * o: fast | | | | | -| * x: slow | | | | | -+--------------+------------+--------------+-------------+-------------+ -| Size | ooo | o | oo | x | -| | | | | | -| * o: small | | | | | -| * x: large | | | | | -+--------------+------------+--------------+-------------+-------------+ -| Key | \- | x | x | o | -| update | | | | | -+--------------+------------+--------------+-------------+-------------+ -| Common | \- | x | o | o | -| prefix | | | | | -| search | | | | | -+--------------+------------+--------------+-------------+-------------+ -| Predictive | \- | x | o | o | -| search | | | | | -+--------------+------------+--------------+-------------+-------------+ -| Range | \- | x | o | o | -| search | | | | | -+--------------+------------+--------------+-------------+-------------+ +.. list-table:: Characteristics of all tables + :header-rows: 1 + + * - Item + - ``NO_KEY`` + - ``HASH_KEY`` + - ``PAT_KEY`` + - ``DAT_KEY`` + * - Data structure + - Array + - Hash table + - Patricia trie + - Double array trie + * - ID support + - o + - o + - o + - o + * - Key support + - x + - o + - o + - o + * - Value support + - o + - o + - o + - x + * - Key -> ID speed + + * o: fast + * x: slow + - \- + - oo + - x + - o + * - Update speed + + * o: fast + * x: slow + - ooo + - o + - o + - x + * - Size + + * o: small + * x: large + - ooo + - o + - oo + - x + * - Key update + - \- + - x + - x + - o + * - Common prefix search + - \- + - x + - o + - o + * - Predictive search + - \- + - x + - o + - o + * - Range search + - \- + - x + - o + - o .. _table-no-key: -------------- next part -------------- HTML����������������������������...Download