illinoisdata / quicksel

Source code for QuickSel (SIGMOD 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickSel

This repository contains the code used for the QuickSel paper in a quite unorganized manner. The QuickSel paper appeared at the SIGMOD conference in 2020. The manuscript is also available from this arxiv link.

Download and install

After cloning this repository, running make all will build the project. Java and Maven are used for this project; thus, to build the project, you will need JDK and Apache Maven installed on your machine.

Examples

We provide some examples to compare the performance of QuickSel to others. After project is built successfully, you can run:

  1. make exp_speed to run the speed test on synthetic generated data.
  2. make exp_dmv to run the test on DMV dataset.
  3. make exp_instacart to run the test on Instacart dataset.
  4. make exp_scan to run the test to compare with scan-based methods such as sampling and histogram.

Misc.

The repository includes some other test code we wrote in the process of working on QuickSel. For example, src/cpp/qpsolver includes JNI-based code for calling cvxopt's Quadratic Programming (QP) solver. Since QuickSel analytically computes the solution, the JNI-based code is not currently needed. However, if you want to re-enable the QP feature, extra steps are required (which is not currently documented here).

License

Everything under Apache License ver 2.0 including future contributions. If worried about your copyright, don't contribute here.

About

Source code for QuickSel (SIGMOD 2020)


Languages

Language:HTML 36.4%Language:C 28.0%Language:Python 24.8%Language:Java 5.8%Language:JavaScript 3.0%Language:CSS 1.1%Language:C++ 0.7%Language:Makefile 0.1%Language:Shell 0.0%