scispace - formally typeset
H

Henrik Mühe

Researcher at Technische Universität München

Publications -  11
Citations -  164

Henrik Mühe is an academic researcher from Technische Universität München. The author has contributed to research in topics: Online analytical processing & Online transaction processing. The author has an hindex of 6, co-authored 11 publications receiving 154 citations.

Papers
More filters
Posted Content

On reverse-engineering the KUKA robot language

TL;DR: This work presents a lightweight implementation of a typical robotic DSL, the KUKA Robot Language (KRL), on top of the extensible Robotics API, and deals with the challenges in reverse-engineering the language and mapping its specifics to the Robotics API.
Journal Article

Processing in the Hybrid OLTP & OLAP Main-Memory Database System HyPer.

TL;DR: The HyPerScript transaction programming language, the mainmemory indexing technique ART, which is decisive for high transaction processing performance, and HyPer’s transaction management that allows heterogeneous workloads consisting of short pre-canned transactions, OLAP-style queries, and long interactive transactions are surveyed.
Proceedings ArticleDOI

How to efficiently snapshot transactional data: hardware or software controlled?

TL;DR: An in-memory database system that separates transaction processing from OLAP query processing via periodically refreshed snapshots is designed, so that OLAP queries can be executed without any synchronization and OLTP transaction processing follows the lock-free, mostly serial processing paradigm of H-Store.
Journal Article

HyPer: Adapting Columnar Main-Memory Data Management for Transactional AND Query Processing.

TL;DR: The paper will devise techniques that achieve good compression ratios without hurting the mission-critical OLTP throughput by adaptively separating cold data for aggressive compression from the hot (i.e. mutable) working set data that remains uncompressed.
Proceedings Article

Executing Long-Running Transactions in Synchronization-Free Main Memory Database Systems.

TL;DR: This paper executes longrunning transactions on a consistent snapshot and integrates them into the main database using a deterministic and short apply transaction, and discusses various implementation choices and an in-depth evaluation based on the main-memory database system prototype HyPer.