MonetDB

Query Interface

SQL

Some other tools are in the citations.

Joins

Hash Join

MonetDB uses radix partitioned join algorithm in hash join.

Isolation Levels

Serializable

Cannot find the default isolation level. However it supports set the isolation level to be SERIALIZABLE.

Data Model

Column Family

Query Compilation

Code Generation

The query will be compiled to MonetDB Assembly Language(MAL).

MonetDB Logo