null+****@clear*****
null+****@clear*****
2011年 4月 21日 (木) 18:05:45 JST
Kouhei Sutou 2011-04-21 09:05:45 +0000 (Thu, 21 Apr 2011)
New Revision: 411319d8028fef2d2db85529ad4c3aefd218d9ae
Log:
[doc] add limitations.
Added files:
doc/ja/source/limitations.txt
Modified files:
doc/ja/Makefile.am
doc/ja/source/index.txt
Modified: doc/ja/Makefile.am (+6 -1)
===================================================================
--- doc/ja/Makefile.am 2011-04-15 17:47:42 +0000 (bafbcf0)
+++ doc/ja/Makefile.am 2011-04-21 09:05:45 +0000 (98c3f7e)
@@ -219,6 +219,8 @@ source_files = \
source/example/tutorial06-3.log \
source/example/tutorial06-4.log \
source/example/tutorial06-5.log \
+ source/example/tutorial06-6.log \
+ source/example/tutorial06-7.log \
source/example/tutorial07-1.log \
source/example/tutorial07-2.log \
source/example/tutorial07-3.log \
@@ -248,6 +250,7 @@ source_files = \
source/http.txt \
source/index.txt \
source/install.txt \
+ source/limitations.txt \
source/news.txt \
source/process.txt \
source/pseudo_column.txt \
@@ -272,7 +275,7 @@ source_files = \
source/update_execution_example.py
# find html -type f | sort | sed -e 's,^,\t,g'
-html_files = \
+html_files = \
html/.buildinfo \
html/_sources/characteristic.txt \
html/_sources/command_version.txt \
@@ -322,6 +325,7 @@ html_files = \
html/_sources/http.txt \
html/_sources/index.txt \
html/_sources/install.txt \
+ html/_sources/limitations.txt \
html/_sources/news.txt \
html/_sources/process.txt \
html/_sources/pseudo_column.txt \
@@ -402,6 +406,7 @@ html_files = \
html/http.html \
html/index.html \
html/install.html \
+ html/limitations.html \
html/news.html \
html/objects.inv \
html/process.html \
Modified: doc/ja/source/index.txt (+1 -0)
===================================================================
--- doc/ja/source/index.txt 2011-04-15 17:47:42 +0000 (c54b1fa)
+++ doc/ja/source/index.txt 2011-04-21 09:05:45 +0000 (d6ac4e8)
@@ -17,6 +17,7 @@ groonga ドキュメント
tutorial
reference
spec
+ limitations
troubleshooting
developer
Added: doc/ja/source/limitations.txt (+19 -0) 100644
===================================================================
--- /dev/null
+++ doc/ja/source/limitations.txt 2011-04-21 09:05:45 +0000 (a3fbd1e)
@@ -0,0 +1,19 @@
+.. highlightlang:: none
+
+.. _limitations
+
+制限事項
+========
+
+groongaにはいくつか制限事項があります。
+
+インデックス上限値
+------------------
+
+1つのインデックスにおける論理上の上限値は以下のとおりです。
+
+* 最大レコード数: 268,435,455 (約2億6千万)
+* 最大語彙数: 268,435,455 (約2億6千万)
+* 最大インデックスサイズ: 256GByte
+
+(実際には他の諸条件の制約により上記の値まで到達しない場合もあります)