diff --git a/README.md b/README.md
index 79dfe3a2e6b9004504c9122e0f4c159a87f82978..020f79815fa41c9aca397e9e62de39408ff3583c 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