From eca5c292ddbade17ded53710c1411df69d593329 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Wed, 22 May 2019 00:21:45 +0300
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 79dfe3a2e6..020f79815f 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,13 @@ Key features of the application server:
    non-blocking I/O, access to external databases, etc
 
 Key features of the database:
+ * ANSI SQL, including views, joins, referential
+   and check constraints
  * MsgPack data format and MsgPack based
    client-server protocol
  * two data engines: 100% in-memory with
-   optional persistence and a 2-level disk-based
-   B-tree, to use with large data sets
+   optional persistence and an own implementation of LSM-tree, 
+   to use with large data sets
  * multiple index types: HASH, TREE, RTREE, BITSET
  * asynchronous master-master replication
  * authentication and access control
-- 
GitLab