-
splinterdb/
src/transaction_impl/
: Implementation of transaction protocolssrc/FPSketch/
: Implementation of FPSketch- All other files are related to SplinterDB
-
benchmark/
- Contains YCSB and TPCC benchmarks
- All instructions below should be executed in this directory
CloudLab - Clemson r6525 machine
bash setup.sh
Important: After running setup, logout and login again. Verify your setup by running groups
in the shell - it should display "disk".
./ycsb.sh
Results will be stored in ../ycsb_results
./tpcc.sh
Results will be stored in ../tpcc_results
./run_sketch_size_exp.py
Results will be stored in ../sketch_size_exp_results
./ycsb_cache.sh
Results will be stored in ../ycsb_cache_results