@@ -61,13 +61,14 @@ Redis. It's open source, `BSD licensed`_.
61
61
Features
62
62
--------
63
63
64
+ * ANSI SQL, including views, joins, referential and check constraints
64
65
* Lua packages for non-blocking I/O, fibers and HTTP
65
66
* MsgPack data format and MsgPack based client-server protocol
66
67
* 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
69
70
* 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
71
72
* asynchronous master-master replication
72
73
* authentication and access control
73
74
@@ -110,5 +111,4 @@ On Windows:
110
111
.. _`Tarantool at Github` : https://github.com/tarantool/tarantool
111
112
.. _`Tarantool User Guide` : https://www.tarantool.io/en/doc/latest/
112
113
.. _`Client-server protocol specification` : https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/
113
- .. _`Sophia` : http://sophia.systems
114
114
.. _`BSD licensed` : http://www.gnu.org/licenses/license-list.html#ModifiedBSD
0 commit comments