@@ -61,13 +61,14 @@ Redis. It's open source, `BSD licensed`_.
6161Features
6262--------
6363
64+ * ANSI SQL, including views, joins, referential and check constraints
6465 * Lua packages for non-blocking I/O, fibers and HTTP
6566 * MsgPack data format and MsgPack based client-server protocol
6667 * Two data engines:
67- * 100% in-memory with optional persistence
68- * 2-level disk-based B-tree, to use with large data sets (powered by ` Sophia `_)
68+ * memtx - the in-memory storage engine with optional persistence
69+ * vinyl - the on-disk storage engine to use with large data sets
6970 * secondary key and index iterators support (can be non-unique and composite)
70- * multiple index types: HASH, BITSET, TREE
71+ * multiple index types: HASH, BITSET, TREE, RTREE
7172 * asynchronous master-master replication
7273 * authentication and access control
7374
@@ -110,5 +111,4 @@ On Windows:
110111.. _`Tarantool at Github` : https://github.com/tarantool/tarantool
111112.. _`Tarantool User Guide` : https://www.tarantool.io/en/doc/latest/
112113.. _`Client-server protocol specification` : https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/
113- .. _`Sophia` : http://sophia.systems
114114.. _`BSD licensed` : http://www.gnu.org/licenses/license-list.html#ModifiedBSD
0 commit comments