Skip to content
Snippets Groups Projects
Unverified Commit eca5c292 authored by Konstantin Osipov's avatar Konstantin Osipov Committed by GitHub
Browse files

Update README.md

parent a1ec38f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment