Skip to content

Commit a95b2fa

Browse files
ligurioTotktonada
authored andcommittedNov 27, 2020
Update README
- remove Sophia engine as it is gone - mention RTREE index and SQL
1 parent 4aaadb9 commit a95b2fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,14 @@ Redis. It's open source, `BSD licensed`_.
6161
Features
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

Comments
 (0)
Please sign in to comment.