Kouhei Sutou
null+****@clear*****
Thu Jan 10 16:22:23 JST 2013
Kouhei Sutou 2013-01-10 16:22:23 +0900 (Thu, 10 Jan 2013) New Revision: a78d7b0d8eb297c323caa96cec87ab5c94632c9e https://github.com/groonga/groonga/commit/a78d7b0d8eb297c323caa96cec87ab5c94632c9e Log: doc: fix table markup Modified files: doc/source/reference/tables.txt Modified: doc/source/reference/tables.txt (+16 -14) =================================================================== --- doc/source/reference/tables.txt 2013-01-10 12:33:49 +0900 (ca7e491) +++ doc/source/reference/tables.txt 2013-01-10 16:22:23 +0900 (8aa7bcf) @@ -25,7 +25,7 @@ prefix is omitted in the table.) +--------------+------------+--------------+-------------+-------------+ | | ``NO_KEY`` | ``HASH_KEY`` | ``PAT_KEY`` | ``DAT_KEY`` | -+--------------+------------+--------------+-------------+-------------+ ++==============+============+==============+=============+=============+ | Data | Array | Hash table | Patricia | Double | | structure | | | trie | array | | | | | | trie | @@ -39,31 +39,33 @@ prefix is omitted in the table.) | Value | o | o | o | x | | support | | | | | +--------------+------------+--------------+-------------+-------------+ -| Key -> ID | - | oo | x | o | +| Key -> ID | \- | oo | x | o | | speed | | | | | -| (o -> fast) | | | | | -| (x -> slow) | | | | | +| | | | | | +| * o: fast | | | | | +| * x: slow | | | | | +--------------+------------+--------------+-------------+-------------+ -| Update | ooo | o | o | x | -| speed | | | | | -| (o -> fast) | | | | | -| (x -> slow) | | | | | +| Update speed | ooo | o | o | x | +| | | | | | +| * o: fast | | | | | +| * x: slow | | | | | +--------------+------------+--------------+-------------+-------------+ | Size | ooo | o | oo | x | -| (o -> small) | | | | | -| (x -> large) | | | | | +| | | | | | +| * o: small | | | | | +| * x: large | | | | | +--------------+------------+--------------+-------------+-------------+ -| Key | - | x | x | o | +| Key | \- | x | x | o | | update | | | | | +--------------+------------+--------------+-------------+-------------+ -| Common | - | x | o | o | +| Common | \- | x | o | o | | prefix | | | | | | search | | | | | +--------------+------------+--------------+-------------+-------------+ -| Predictive | - | x | o | o | +| Predictive | \- | x | o | o | | search | | | | | +--------------+------------+--------------+-------------+-------------+ -| Range | - | x | o | o | +| Range | \- | x | o | o | | search | | | | | +--------------+------------+--------------+-------------+-------------+ -------------- next part -------------- HTML����������������������������...Download