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.
-
Notifications
You must be signed in to change notification settings - Fork 9
A Column-Oriented DBMS
License
ibrarahmad/cstore
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Column-Oriented DBMS
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published