Giter VIP home page Giter VIP logo

hyrise's Introduction

hyrise's People

Contributors

adi64 avatar bensk1 avatar bouncner avatar carstenwalther avatar cmfcmf avatar d-justen avatar dukeharris avatar engelfa avatar f4lco avatar fabianwiebe avatar janehmueller avatar janetzki avatar jfrohnhofen avatar jstriebel avatar julianmenzler avatar klauck avatar lanice avatar lawben avatar mjendruk avatar mrks avatar mweisgut avatar nilsthamm avatar normanrz avatar p-otto avatar pascalhpi avatar svenlehmann avatar timzimmermann avatar tobodner avatar tonista avatar torpedro avatar

hyrise's Issues

Debug message

Make an option for debug execution message. Previous one was:

Execution info: [PARSE: 93 µs 778 ns, SQL TRANSLATE: 79 µs 129 ns, OPTIMIZE: 129 µs 175 ns, LQP TRANSLATE: 66 µs 860 ns, EXECUTE: 455 µs 653 ns (wall time) | QUERY PLAN CACHE HITS: 0/1 statement(s)]

Error handling

Potential errors:

  • Socket-based:

  • Port already in use

  • New connection could not be created

  • R/W: stream already closed

  • SQL-based for simple queries:

  • Invalid SQL

  • Valid SQL, but other error (such as table not existing)

  • Other pipeline errors handled in SQLPipelineStatus

  • SQL-based for prep. statements:

  • Invalid SQL

  • Valid SQL, but other error (e.g. table not existing)

  • Invalid parameter (such as string instead of float) (Can't handle this so far)

  • Wrong number of params

  • Other pipeline errors handled in SQLPipelineStatus (not applicable for prep. statements)

Asio 1.70

Check compatibility with Boost.Asio 1.70

Slow master

Noticed performance decrease after merging master once again.
Example SELECT 1;: 58µs --> 85µs (-47 %)

Transaction support?

When executing queries in parallel, make sure we have correct isolation level

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.