Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 270 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 270 Bytes

My C-Store project is a simple database system which is used to store tables in columns. Some simple operations have been implemented in this system: loading some tables generated by TPC-H, data compression, external sorting, querying tuples by building a b-tree index.