In our previous blog post, we showed how optimizations of the Logical Query Plan…
A few weeks have gone by since we started our master project “Query Plan Optimizations”. In our previous post we introduced the next version of Hyrise, a research database developed at the Hasso Plattner Institute. By now we have focused on setting up a benchmark…
Up to this point, we focused a lot on query plan optimization based on individual long-running…
This is the final post in a blog series about the progress of writing a query optimizer for Hyrise, a main-memory column-oriented research database.So far, we have written…
In our first blog post, we introduced the instrumentation profiling technique which is used by some code profilers, for example callgrind or gprof. Since instrumentation…
This post is part of a blog series about the progress of writing a query optimizer for Hyrise…
Over time, we have identified a number of factors that directly influence our developers’ productivity. These…