Git Product home page Git Product logo

sigmod-2018's Introduction

Results: http://sigmod18contest.db.in.tum.de/leaders.shtml

Team: vsb_ber0134

Institution: VSB-TUO

Jakub Beránek, BER0134, VSB-TUO, FEI (department 460), Master's (graduate, last year), [email protected]

Advisors:
- Ing. Radim Bača, Phd., FEI, VSB-TUO, [email protected]
- Ing. Petr Lukáš, FEI, VSB-TUO, [email protected]

Description:

My solution heavily relies on indices, which are built for all join columns.
Columns are grouped into small blocks and then sorted with radix sort.

After the indices are built, the joins are made with a combination of merge sort join and nested loop join
with index accesses. The created plan is a left deep tree with small order optimizations based on sorted
columns or expected result sizes. All joins are then divided into tens of small tasks which are
computed in parallel.

Queries are heavily rewritten. Primary/foreign key pairs are checked and joins based on them are removed if possible.
Filters for individual join columns are expanded for the whole join component. Information taken from filters and min/max of
columns are used to determine whether the query can return any results. Filters are also optionally JIT compiled to x64 assembly.


Third-party code:
- radix sort (https://github.com/voutcn/kxsort), MIT

sigmod-2018's People

Contributors

gnaiqing avatar kobzol avatar

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.