CedarDB Documentation

CedarDB Documentation

Welcome to the CedarDB documentation!

CedarDB is a blazingly fast relational database system (RDBMS) speaking SQL. It can run analytical queries (OLAP) and transactions (OLTP) at the same time while giving strong ACID guarantees (MVCC). CedarDB uses PostgreSQL’s SQL dialect and speaks the PostgreSQL wire protocol, making it compatible with many PostgreSQL database tools out of the box.

If you want to try out CedarDB for yourself, take a look at the following links:

If you are interested in the concepts behind CedarDB, have a look at the technology behind CedarDB.