CursusDB

NoSQL

CursusDB is an in-memory document-oriented DBMS that supports SQL.

Data Model

Document / XML

Indexes

Hash Table

CursusDB stores all records in a Go-lang built-in hash table.

Isolation Levels

Not Supported

Logging

Not Supported

Query Execution

Tuple-at-a-Time Model

Query Interface

SQL

System Architecture

Shared-Everything

People Also Viewed