Giter VIP home page Giter VIP logo

vldb_voila's Introduction

VOILA

Setup

VOILA can be installed using sandbox.sh. For instance, run N=<CORES> PREFIX=<DIR> sandbox.sh to install VOILA and its depedencies in

while compilation will use up to threads.

Direct

Queries can run directly using: /voila -s 1 -q q9 --default_blend "computation_type=vector(128),concurrent_fsms=1,prefetch=0"

This will run TPC-H Q9 on scale factor 1 using vectorized execution (with 128 tuple chunk size) with 5 repetitions and all available cores.

Alternatively, one can set a direct/old flavors:

For Hyper: /voila -s 1 -q q1 --flavor hyper

For Vectorwise: /voila -s 1 -q q1 --flavor vectorwise

Exploration

One can explore base flavors, i.e. one flavor per query, with: explorer -s 1 --base -q q9

One can explore per-pipeline flavors with: explorer -s 1 --pipeline -q q9

Experiments

  • run_all.py runs all experiments.
  • gen_tables.py generates plots/tables etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.