Sha256: d2be4c2c5be4aaa325244d3522ea94e531fd2f54ccbcbfa32698eb2fea05926c

Contents?: true

Size: 1.29 KB

Versions: 24

Compression:

Stored size: 1.29 KB

Contents

.. -*- rst -*-

.. highlightlang:: none

defrag
======

名前
----

``defrag`` command resolves fragmentation of specified objects.

書式
----
::

 defrag objname threshold

説明
----

Groonga組込コマンドの一つであるdefragについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。

defragは、対象となるオブジェクト(データベースか可変長サイズカラム)を指定し、オブジェクトのフラグメンテーションを解消します。

引数
----

``objname``

  対象となるオブジェクト名を指定します。空の場合、開いているdbオブジェクトが対象となります。

返値
----

json形式
^^^^^^^^

::

 [フラグメンテーション解消を実行したセグメントの数]

``フラグメンテーション解消を実行したセグメントの数``

  フラグメンテーション解消を実行したセグメントの数を返す。

例
--

開いているデータベースのフラグメンテーションを解消する::

 defrag
 [300]

テーブル名 Entry のカラム body のフラグメンテーションを解消する::

 defrag Entry.body
 [30]

Version data entries

24 entries across 12 versions & 1 rubygems

Version Path
rroonga-4.0.3-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
rroonga-4.0.3-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
rroonga-4.0.3-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
rroonga-4.0.3-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
rroonga-4.0.2-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
rroonga-4.0.2-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
rroonga-4.0.2-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
rroonga-4.0.2-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
rroonga-4.0.1-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
rroonga-4.0.1-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
rroonga-4.0.1-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
rroonga-4.0.1-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
rroonga-4.0.0-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
rroonga-4.0.0-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
rroonga-4.0.0-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
rroonga-4.0.0-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
rroonga-3.1.2-x64-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
rroonga-3.1.2-x64-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
rroonga-3.1.2-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
rroonga-3.1.2-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt