[Groonga-commit] groonga/groonga [master] Added html document for command defrag.

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2010年 8月 4日 (水) 18:33:23 JST


Tasuku SUENAGA a.k.a. gunyarakun	2010-08-04 09:33:23 +0000 (Wed, 04 Aug 2010)

  New Revision: 72455269bbf1aae9ff517aa5dc2b1c3e696e4961

  Log:
    Added html document for command defrag.

  Added files:
    doc/ja/commands/defrag.html

  Added: doc/ja/commands/defrag.html (+177 -0) 100644
===================================================================
--- /dev/null
+++ doc/ja/commands/defrag.html    2010-08-04 09:33:23 +0000 (d705a00)
@@ -0,0 +1,177 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    
+    <title>3.2.8. defrag &mdash; groonga v0.7.4 documentation</title>
+    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:    '../',
+        VERSION:     '0.7.4',
+        COLLAPSE_INDEX: false,
+        FILE_SUFFIX: '.html',
+        HAS_SOURCE:  true
+      };
+    </script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="top" title="groonga v0.7.4 documentation" href="../index.html" />
+    <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
+    <link rel="next" title="3.2.9. delete" href="delete.html" />
+    <link rel="prev" title="3.2.7. define_selector" href="define_selector.html" /> 
+  </head>
+  <body>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="delete.html" title="3.2.9. delete"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="define_selector.html" title="3.2.7. define_selector"
+             accesskey="P">previous</a> |</li>
+        <li><a href="../index.html">groonga v0.7.4 documentation</a> &raquo;</li>
+          <li><a href="../reference.html" >3. リファレンスマニュアル</a> &raquo;</li>
+          <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> &raquo;</li> 
+      </ul>
+    </div>  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body">
+            
+  <div class="section" id="defrag">
+<h1>3.2.8. defrag<a class="headerlink" href="#defrag" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="id1">
+<h2>3.2.8.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
+<p>defrag - オブジェクトにセットされたロックを解除する</p>
+</div>
+<div class="section" id="id2">
+<h2>3.2.8.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
+<div class="highlight-none"><div class="highlight"><pre>defrag objname threshold
+</pre></div>
+</div>
+</div>
+<div class="section" id="id3">
+<h2>3.2.8.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
+<p>groonga組込コマンドの一つであるdefragについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
+<p>defragは、対象となるオブジェクト(データベースか可変長サイズカラム)を指定し、オブジェクトのフラグメンテーションを解消します。</p>
+</div>
+<div class="section" id="id4">
+<h2>3.2.8.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
+<p><tt class="docutils literal"><span class="pre">objname</span></tt></p>
+<blockquote>
+対象となるオブジェクト名を指定します。空の場合、開いているdbオブジェクトが対象となります。</blockquote>
+</div>
+<div class="section" id="id5">
+<h2>3.2.8.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="json">
+<h3>3.2.8.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
+<div class="highlight-none"><div class="highlight"><pre>[フラグメンテーション解消を実行したセグメントの数]
+
+``フラグメンテーション解消を実行したセグメントの数``
+
+  フラグメンテーション解消を実行したセグメントの数を返す。
+</pre></div>
+</div>
+</div>
+</div>
+<div class="section" id="id6">
+<h2>3.2.8.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
+<p>開いているデータベースのフラグメンテーションを解消する:</p>
+<div class="highlight-none"><div class="highlight"><pre>defrag
+[300]
+</pre></div>
+</div>
+<p>テーブル名 Entry のカラム body のフラグメンテーションを解消する:</p>
+<div class="highlight-none"><div class="highlight"><pre>defrag Entry.body
+[30]
+</pre></div>
+</div>
+</div>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sphinxsidebar">
+        <div class="sphinxsidebarwrapper">
+  <h3><a href="../index.html">Table Of Contents</a></h3>
+  <ul>
+<li><a class="reference internal" href="#">3.2.8. defrag</a><ul>
+<li><a class="reference internal" href="#id1">3.2.8.1. 名前</a></li>
+<li><a class="reference internal" href="#id2">3.2.8.2. 書式</a></li>
+<li><a class="reference internal" href="#id3">3.2.8.3. 説明</a></li>
+<li><a class="reference internal" href="#id4">3.2.8.4. 引数</a></li>
+<li><a class="reference internal" href="#id5">3.2.8.5. 返値</a><ul>
+<li><a class="reference internal" href="#json">3.2.8.5.1. json形式</a></li>
+</ul>
+</li>
+<li><a class="reference internal" href="#id6">3.2.8.6. 例</a></li>
+</ul>
+</li>
+</ul>
+
+  <h4>Previous topic</h4>
+  <p class="topless"><a href="define_selector.html"
+                        title="previous chapter">3.2.7. define_selector</a></p>
+  <h4>Next topic</h4>
+  <p class="topless"><a href="delete.html"
+                        title="next chapter">3.2.9. delete</a></p>
+  <h3>This Page</h3>
+  <ul class="this-page-menu">
+    <li><a href="../_sources/commands/defrag.txt"
+           rel="nofollow">Show Source</a></li>
+  </ul>
+<div id="searchbox" style="display: none">
+  <h3>Quick search</h3>
+    <form class="search" action="../search.html" method="get">
+      <input type="text" name="q" size="18" />
+      <input type="submit" value="Go" />
+      <input type="hidden" name="check_keywords" value="yes" />
+      <input type="hidden" name="area" value="default" />
+    </form>
+    <p class="searchtip" style="font-size: 90%">
+    Enter search terms or a module, class or function name.
+    </p>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="delete.html" title="3.2.9. delete"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="define_selector.html" title="3.2.7. define_selector"
+             >previous</a> |</li>
+        <li><a href="../index.html">groonga v0.7.4 documentation</a> &raquo;</li>
+          <li><a href="../reference.html" >3. リファレンスマニュアル</a> &raquo;</li>
+          <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> &raquo;</li> 
+      </ul>
+    </div>
+    <div class="footer">
+        &copy; Copyright 2009-2010, Brazil, Inc.
+      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
+    </div>
+  </body>
+</html>
\ No newline at end of file




Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index