[Groonga-commit] groonga/groonga at ca5fd54 [master] doc column_create: add missing COMPRESS_ZSTD

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jan 7 15:04:32 JST 2018


Kouhei Sutou	2018-01-07 15:04:32 +0900 (Sun, 07 Jan 2018)

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

  Message:
    doc column_create: add missing COMPRESS_ZSTD
    
    Gitter: groonga/ja?at=5a50abd3ce68c3bc7485c422
    
    Reported by tetradice. Thanks!!!

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/commands/column_create.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+18 -1)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2017-12-29 18:27:54 +0900 (5e37a2870)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2018-01-07 15:04:32 +0900 (088d5709d)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2017-11-07 16:48+0900\n"
+"PO-Revision-Date: 2018-01-07 15:04+0900\n"
 "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -5298,6 +5298,23 @@ msgstr ""
 "LZ4を使った圧縮はzlibを使った圧縮よりも速いです。しかし、LZ4を使った圧縮は"
 "zlibを使った圧縮よりも空間効率が低いです。"
 
+msgid "``COMPRESS_ZSTD``"
+msgstr ""
+
+msgid ""
+"It enables column value compression by Zstandard. You need Groonga that "
+"enables Zstandard support."
+msgstr ""
+"Zstandardを使ったカラム値圧縮機能を有効にします。Zstandardサポート付きの"
+"Groongaが必要です。"
+
+msgid ""
+"Compression by Zstandard is faster than compression by zlib and the same "
+"space efficiency as zlib."
+msgstr ""
+"Zstandardを使った圧縮はzlibを使った圧縮よりも速いです。しかも、Zstandardを"
+"使った圧縮はzlibを使った圧縮と同程度の空間効率です。"
+
 msgid "``WITH_SECTION``"
 msgstr ""
 

  Modified: doc/source/reference/commands/column_create.rst (+10 -0)
===================================================================
--- doc/source/reference/commands/column_create.rst    2017-12-29 18:27:54 +0900 (62f711b55)
+++ doc/source/reference/commands/column_create.rst    2018-01-07 15:04:32 +0900 (25bbfe0a6)
@@ -646,6 +646,16 @@ Here are available flags:
        This flag is available only for ``COLUMN_SCALAR`` and
        ``COLUMN_VECTOR``.
 
+   * - ``COMPRESS_ZSTD``
+     - It enables column value compression by Zstandard. You need
+       Groonga that enables Zstandard support.
+
+       Compression by Zstandard is faster than compression by zlib and
+       the same space efficiency as zlib.
+
+       This flag is available only for ``COLUMN_SCALAR`` and
+       ``COLUMN_VECTOR``.
+
    * - ``WITH_SECTION``
      - It enables section support to index column.
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180107/28be536c/attachment-0001.htm 



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