Skip to content
forked from dase/CLAIMS

CLAIMS is an in-memory distributed database, which runs on a cluster of shared-nothing multi-core servers and aims at providing scalable and efficient data analysis over relational data

Notifications You must be signed in to change notification settings

wangli1426/Claims

 
 

Repository files navigation

Claims is an open source parallel main-memory database that provides efficient data analysis.

Claims runs on clusers of shared-nothing commodity multicore servers, which are interconnected by network, e.g., 1000M/10000M Ethenet network. As the in-memory data processing throughput is several orders of magnitudes faster than network bandwidth, network communcication is considered as the major performance bottleneck in our system.

About

CLAIMS is an in-memory distributed database, which runs on a cluster of shared-nothing multi-core servers and aims at providing scalable and efficient data analysis over relational data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • C 2.2%