romange / cstore

A Column-Oriented DBMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cstore

C-Store is a read-optimized relational DBMS that contrasts sharply with most current systems, which are write-optimized. Among the many differences in its design are: storage of data by column rather than by row, careful coding and packing of objects into storage including main memory during query processing, storing an overlapping collection of column-oriented projections, rather than the current fare of tables and indexes, a non-traditional implementation of transactions which includes high availability and snapshot isolation for read-only transactions, and the extensive use of bitmap indexes to complement B-tree structures.

About

A Column-Oriented DBMS

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 94.2%Language:Makefile 3.0%Language:Perl 1.9%Language:Yacc 0.4%Language:Shell 0.2%Language:C 0.1%Language:Lex 0.0%Language:Awk 0.0%