Skip to content

Incredible43-arch/Mordred

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mordred

Mordred is a research prototype of a heterogeneous CPU-GPU DBMS engine.

Usage

To use Mordred:

To run the Star Schema Benchmark implementation:

  • Generate the test dataset
cd test/

# Generate the test generator / transformer binaries
cd ssb/dbgen
make
cd ../loader
make 
cd ../../

# Generate the test data and transform into columnar layout
# Substitute <SF> with appropriate scale factor (eg: 1)
python util.py ssb <SF> gen
python util.py ssb <SF> transform
cd ../../
./minmax.sh
  • Configure the benchmark settings
cd src/ssb/
# Edit SF and BASE_PATH in ssb_utils.h
  • To compile and run Mordred
make setup
make bin/gpudb/main
./bin/gpudb/main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.2%
  • Cuda 34.6%
  • C 13.4%
  • HTML 1.0%
  • Makefile 0.4%
  • Python 0.3%
  • Shell 0.1%