Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 690 Bytes

File metadata and controls

10 lines (5 loc) · 690 Bytes

Intel SGXv2 Analytical Query Processing Benchmarks

This repository contains the code used in the EDBT 2025 paper "Benchmarking Analytical Query Processing in Intel SGXv2".

The code is structured into two directories. Join-Benchmarks contains our join benchmarks. The column scan benchmark and all other micro-benchmarks can be found in Scan-Micro-Benchmarks. Both directories contain a more in-depth readme on how to compile and run the code.

Run Experiments

Please refer to the details in the sub-directories Join-Benchmarks and Scan-Micro-Benchmarks