Home > dbi-column-store-database

dbi-column-store-database

Dbi-column-store-database is a project mainly written in Java, it's free.

This is a column store implemenation of database over row oriented DB called minibase.

This is a CSE 510 academic project. Aim is to implement

  1. column store database management system on the top of row oriented DB called "minibase"
  2. implement sort merge join and some other relational operations and indexes like bitmap for query evaluation.
Previous:DTAUnpacker