| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains a collection of experiments, conducted to carve out the differences between two types of query processing engines: Vectorization (interpretation based) engines and Compilation engines.
Have a look at src/benchmarks/tpch/queries/ to see how query processing for Typer and Tectorwise works.
A configuration file is provided to build this project with CMake. In the project directory run:
mkdir -p build/release
cd build/release
cmake -DCMAKE_BUILD_TYPE=Release ../..
makeThis creates among others the main binaries test_all and run_tpch. Use test_all to run unit tests and check whether your compilation worked. Our main binary run_tpch requires TPC-H tables as generated by the TPC-H dbgen tool. With these our experimental queries can be run on arbitrary scale factors.
| Back | FazBrowse Home | New Git URL |