null+****@clear*****
null+****@clear*****
2011年 11月 27日 (日) 22:52:39 JST
Kouhei Sutou 2011-11-27 13:52:39 +0000 (Sun, 27 Nov 2011)
New Revision: e770f9b018b9c28730ebbf80649894812e42541b
Log:
[doc] groonga storage engine -> mroonga.
Modified files:
doc/source/characteristic.txt
Modified: doc/source/characteristic.txt (+1 -1)
===================================================================
--- doc/source/characteristic.txt 2011-11-27 13:52:31 +0000 (bf884bd)
+++ doc/source/characteristic.txt 2011-11-27 13:52:39 +0000 (4a5e752)
@@ -32,7 +32,7 @@ Storage that can be shared with multi-processes and multi-threads
Groonga's storage file can be shared with multi-processes and multi-threads. It doesn't require explicit lock.
-`Groonga storage engine <http://mroonga.github.com/>`_ that is the successor to the Tritonn is implemented as a MySQL pruggable storage engine. Groonga storage files that are opened by groonga storage engine can also be shared with groonga server. For example, you can update your data via SQL and search your data via HTTP.
+`Mroonga <http://mroonga.github.com/>`_ that is the successor to the Tritonn is implemented as a MySQL pruggable storage engine. Groonga's storage files that are opened by mroonga can also be shared with groonga server. For example, you can update your data via SQL and search your data via HTTP.
Fast aggregate query processing such as drilldown
-------------------------------------------------