From a833cca779d14c15dacffd215c5f216452ab906b Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Mon, 23 Nov 2020 07:26:32 +0000 Subject: [PATCH] Update README - remove Sophia engine as it is gone - mention RTREE index and SQL --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e85d619f..57c8d33c 100644 --- a/README.rst +++ b/README.rst @@ -61,13 +61,14 @@ Redis. It's open source, `BSD licensed`_. Features -------- + * ANSI SQL, including views, joins, referential and check constraints * Lua packages for non-blocking I/O, fibers and HTTP * MsgPack data format and MsgPack based client-server protocol * Two data engines: - * 100% in-memory with optional persistence - * 2-level disk-based B-tree, to use with large data sets (powered by `Sophia`_) + * memtx - the in-memory storage engine with optional persistence + * vinyl - the on-disk storage engine to use with large data sets * secondary key and index iterators support (can be non-unique and composite) - * multiple index types: HASH, BITSET, TREE + * multiple index types: HASH, BITSET, TREE, RTREE * asynchronous master-master replication * authentication and access control @@ -110,5 +111,4 @@ On Windows: .. _`Tarantool at Github`: https://github.com/tarantool/tarantool .. _`Tarantool User Guide`: https://www.tarantool.io/en/doc/latest/ .. _`Client-server protocol specification`: https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/ -.. _`Sophia`: http://sophia.systems .. _`BSD licensed`: http://www.gnu.org/licenses/license-list.html#ModifiedBSD