Skip to content

Commit 00c4bcc

Browse files
Update documents for main
1 parent 3a6e9de commit 00c4bcc

File tree

8 files changed

+32
-18
lines changed

8 files changed

+32
-18
lines changed

dev/docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,9 @@ <h1>Mroonga<a class="headerlink" href="#mroonga" title="Link to this heading">#<
526526
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html">5.6. Limitations</a><ul>
527527
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-of-table">5.6.1. Limitations of table</a></li>
528528
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-of-indexing">5.6.2. Limitations of indexing</a></li>
529-
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-about-the-value-of-columns">5.6.3. Limitations about the value of columns</a></li>
530-
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-of-column-size">5.6.4. Limitations of column size</a></li>
529+
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-about-the-primary-key">5.6.3. Limitations about the primary key</a></li>
530+
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-about-the-value-of-columns">5.6.4. Limitations about the value of columns</a></li>
531+
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-of-column-size">5.6.5. Limitations of column size</a></li>
531532
</ul>
532533
</li>
533534
<li class="toctree-l2"><a class="reference internal" href="reference/full_text_search.html">5.7. Full text search</a><ul>

dev/docs/reference.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,9 @@ <h1><span class="section-number">5. </span>Reference<a class="headerlink" href="
482482
<li class="toctree-l1"><a class="reference internal" href="reference/limitations.html">5.6. Limitations</a><ul>
483483
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-of-table">5.6.1. Limitations of table</a></li>
484484
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-of-indexing">5.6.2. Limitations of indexing</a></li>
485-
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-about-the-value-of-columns">5.6.3. Limitations about the value of columns</a></li>
486-
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-of-column-size">5.6.4. Limitations of column size</a></li>
485+
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-about-the-primary-key">5.6.3. Limitations about the primary key</a></li>
486+
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-about-the-value-of-columns">5.6.4. Limitations about the value of columns</a></li>
487+
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-of-column-size">5.6.5. Limitations of column size</a></li>
487488
</ul>
488489
</li>
489490
<li class="toctree-l1"><a class="reference internal" href="reference/full_text_search.html">5.7. Full text search</a><ul>

dev/docs/reference/limitations.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,12 @@ <h2><span class="section-number">5.6.2. </span>Limitations of indexing<a class="
453453
<p>Keep in mind that these limitations may vary depending on conditions.</p>
454454
<p>Confirm by <code class="docutils literal notranslate"><span class="pre">SHOW</span> <span class="pre">TABLE</span> <span class="pre">STATUS</span></code> or <code class="docutils literal notranslate"><span class="pre">SHOW</span> <span class="pre">INDEX</span> <span class="pre">FROM</span> <span class="pre">...</span></code> whether your table data matches to this limitations.</p>
455455
</section>
456+
<section id="limitations-about-the-primary-key">
457+
<h2><span class="section-number">5.6.3. </span>Limitations about the primary key<a class="headerlink" href="#limitations-about-the-primary-key" title="Link to this heading">#</a></h2>
458+
<p>Empty data (0 byte data) is not allowed in the primary key.</p>
459+
</section>
456460
<section id="limitations-about-the-value-of-columns">
457-
<h2><span class="section-number">5.6.3. </span>Limitations about the value of columns<a class="headerlink" href="#limitations-about-the-value-of-columns" title="Link to this heading">#</a></h2>
461+
<h2><span class="section-number">5.6.4. </span>Limitations about the value of columns<a class="headerlink" href="#limitations-about-the-value-of-columns" title="Link to this heading">#</a></h2>
458462
<p>There is a limitation about the value of column in storage mode.</p>
459463
<p>Mroonga storage engine executes automatic conversion against the value NULL.</p>
460464
<p>For example, if the value NULL is used in <code class="docutils literal notranslate"><span class="pre">DATE</span></code> or <code class="docutils literal notranslate"><span class="pre">DATETIME</span></code>
@@ -511,7 +515,7 @@ <h2><span class="section-number">5.6.3. </span>Limitations about the value of co
511515
</div>
512516
</section>
513517
<section id="limitations-of-column-size">
514-
<h2><span class="section-number">5.6.4. </span>Limitations of column size<a class="headerlink" href="#limitations-of-column-size" title="Link to this heading">#</a></h2>
518+
<h2><span class="section-number">5.6.5. </span>Limitations of column size<a class="headerlink" href="#limitations-of-column-size" title="Link to this heading">#</a></h2>
515519
<p>A column has the following limitation.</p>
516520
<ul class="simple">
517521
<li><p>The maximum stored data size of a column: 256GiB</p></li>
@@ -568,8 +572,9 @@ <h2><span class="section-number">5.6.4. </span>Limitations of column size<a clas
568572
<ul class="visible nav section-nav flex-column">
569573
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-of-table">5.6.1. Limitations of table</a></li>
570574
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-of-indexing">5.6.2. Limitations of indexing</a></li>
571-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-about-the-value-of-columns">5.6.3. Limitations about the value of columns</a></li>
572-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-of-column-size">5.6.4. Limitations of column size</a></li>
575+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-about-the-primary-key">5.6.3. Limitations about the primary key</a></li>
576+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-about-the-value-of-columns">5.6.4. Limitations about the value of columns</a></li>
577+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-of-column-size">5.6.5. Limitations of column size</a></li>
573578
</ul>
574579
</nav></div>
575580

dev/docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/ja/docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,9 @@ <h1>Mroonga<a class="headerlink" href="#mroonga" title="Link to this heading">#<
527527
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html">5.6. 制限事項</a><ul>
528528
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-of-table">5.6.1. テーブルの制限事項</a></li>
529529
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-of-indexing">5.6.2. インデックスの制限事項</a></li>
530-
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-about-the-value-of-columns">5.6.3. カラムの値に関する制限事項</a></li>
531-
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-of-column-size">5.6.4. カラムサイズの制限事項</a></li>
530+
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-about-the-primary-key">5.6.3. プライマリーキーに関する制限事項</a></li>
531+
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-about-the-value-of-columns">5.6.4. カラムの値に関する制限事項</a></li>
532+
<li class="toctree-l3"><a class="reference internal" href="reference/limitations.html#limitations-of-column-size">5.6.5. カラムサイズの制限事項</a></li>
532533
</ul>
533534
</li>
534535
<li class="toctree-l2"><a class="reference internal" href="reference/full_text_search.html">5.7. 全文検索</a><ul>

dev/ja/docs/reference.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,9 @@ <h1><span class="section-number">5. </span>リファレンス<a class="headerlin
479479
<li class="toctree-l1"><a class="reference internal" href="reference/limitations.html">5.6. 制限事項</a><ul>
480480
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-of-table">5.6.1. テーブルの制限事項</a></li>
481481
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-of-indexing">5.6.2. インデックスの制限事項</a></li>
482-
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-about-the-value-of-columns">5.6.3. カラムの値に関する制限事項</a></li>
483-
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-of-column-size">5.6.4. カラムサイズの制限事項</a></li>
482+
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-about-the-primary-key">5.6.3. プライマリーキーに関する制限事項</a></li>
483+
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-about-the-value-of-columns">5.6.4. カラムの値に関する制限事項</a></li>
484+
<li class="toctree-l2"><a class="reference internal" href="reference/limitations.html#limitations-of-column-size">5.6.5. カラムサイズの制限事項</a></li>
484485
</ul>
485486
</li>
486487
<li class="toctree-l1"><a class="reference internal" href="reference/full_text_search.html">5.7. 全文検索</a><ul>

dev/ja/docs/reference/limitations.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,12 @@ <h2><span class="section-number">5.6.2. </span>インデックスの制限事項
451451
<p>実際には他の諸条件の制約により上記の値まで到達しない場合もあります。</p>
452452
<p>テーブルがこの制限に該当するかは <code class="docutils literal notranslate"><span class="pre">SHOW</span> <span class="pre">TABLE</span> <span class="pre">STATUS</span></code><code class="docutils literal notranslate"><span class="pre">SHOW</span> <span class="pre">INDEX</span> <span class="pre">FROM</span> <span class="pre">...</span></code> などで確認してください。</p>
453453
</section>
454+
<section id="limitations-about-the-primary-key">
455+
<h2><span class="section-number">5.6.3. </span>プライマリーキーに関する制限事項<a class="headerlink" href="#limitations-about-the-primary-key" title="Link to this heading">#</a></h2>
456+
<p>プライマリーキーに空データ(0バイトのデータ)は使用できません。</p>
457+
</section>
454458
<section id="limitations-about-the-value-of-columns">
455-
<h2><span class="section-number">5.6.3. </span>カラムの値に関する制限事項<a class="headerlink" href="#limitations-about-the-value-of-columns" title="Link to this heading">#</a></h2>
459+
<h2><span class="section-number">5.6.4. </span>カラムの値に関する制限事項<a class="headerlink" href="#limitations-about-the-value-of-columns" title="Link to this heading">#</a></h2>
456460
<p>ストレージモードにおいて、カラムの値には制限があります。</p>
457461
<p>MroongaストレージエンジンはNULL値を自動的に補正します。</p>
458462
<p>例えば、 <code class="docutils literal notranslate"><span class="pre">DATE</span></code> 型や <code class="docutils literal notranslate"><span class="pre">DATETIME</span></code> 型に指定されたNULL値はMroongaストレージエンジンが日や月の値として0を1へと自動的に補正します。</p>
@@ -503,7 +507,7 @@ <h2><span class="section-number">5.6.3. </span>カラムの値に関する制限
503507
</div>
504508
</section>
505509
<section id="limitations-of-column-size">
506-
<h2><span class="section-number">5.6.4. </span>カラムサイズの制限事項<a class="headerlink" href="#limitations-of-column-size" title="Link to this heading">#</a></h2>
510+
<h2><span class="section-number">5.6.5. </span>カラムサイズの制限事項<a class="headerlink" href="#limitations-of-column-size" title="Link to this heading">#</a></h2>
507511
<p>1つのカラムにつき、次の制限があります。</p>
508512
<ul class="simple">
509513
<li><p>カラムに格納した値の合計サイズの上限値: 256GiB</p></li>
@@ -560,8 +564,9 @@ <h2><span class="section-number">5.6.4. </span>カラムサイズの制限事項
560564
<ul class="visible nav section-nav flex-column">
561565
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-of-table">5.6.1. テーブルの制限事項</a></li>
562566
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-of-indexing">5.6.2. インデックスの制限事項</a></li>
563-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-about-the-value-of-columns">5.6.3. カラムの値に関する制限事項</a></li>
564-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-of-column-size">5.6.4. カラムサイズの制限事項</a></li>
567+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-about-the-primary-key">5.6.3. プライマリーキーに関する制限事項</a></li>
568+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-about-the-value-of-columns">5.6.4. カラムの値に関する制限事項</a></li>
569+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#limitations-of-column-size">5.6.5. カラムサイズの制限事項</a></li>
565570
</ul>
566571
</nav></div>
567572

dev/ja/docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)