Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。
新版本改进内容包括:
1. Two kinds of inverted indices were added to the table database API.
2. Token inverted index realizes tag search.
3. Q-gram inverted index realizes full-text search.
下载地址:http://tokyocabinet.sourceforge.net/tokyocabinet-1.4.27.tar.gz