Michael Schaarschmidt
University of Cambridge
20 Papers
42 Citations
Michael Schaarschmidt is an academic researcher from University of Cambridge. The author has contributed to research in topics: Reinforcement learning & Computer science. The author has an hindex of 9, co-authored 15 publications.
Chat about Author
Papers
BOAT: Building Auto-Tuners with Structured Bayesian Optimization
Valentin Dalibard,Michael Schaarschmidt,Eiko Yoneki +2 more
- 03 Apr 2017
TL;DR: BOAT is presented, a framework which allows developers to build efficient bespoke auto-tuners for their system, in situations where generic auto- Tuners fail, and is a novel extension of the Bayesian optimization algorithm.
101
•Posted Content
LIFT: Reinforcement Learning in Computer Systems by Learning From Demonstrations
TL;DR: Results show LIFT controllers initialized from demonstrations can outperform human baselines and heuristics across latency metrics and space usage by up to 70% and are demonstrated in two case studies in database compound indexing and resource management in stream processing.
52
Quaestor: query web caching for database-as-a-service providers
Felix Gessert,Michael Schaarschmidt,Wolfram Wingerath,Erik Witt,Eiko Yoneki,Norbert Ritter +5 more
- 01 Aug 2017
TL;DR: The main idea is to enable application-independent caching of query results and records with tunable consistency guarantees, in particular bounded staleness to enable data-centric cloud services to trade latency against staleness bounds, e.g. in a database-as-a-service.
31
Towards Automated Polyglot Persistence.
Michael Schaarschmidt,Felix Gessert,Norbert Ritter +2 more
- 01 Jan 2015
TL;DR: This paper introduces the concept for a Polyglot Persistence Mediator (PPM), which allows for runtime decisions on routing data to different backends according to schema-based annotations and enables applications to either employ polyglot persistence right from the beginning or employ new systems at any point with minimal overhead.
Towards a Scalable and Unified REST API for Cloud Data Stores.
Felix Gessert,Steffen Friedrich,Wolfram Wingerath,Michael Schaarschmidt,Norbert Ritter +4 more
- 01 Jan 2014
TL;DR: The REST middleware ORESTES is proposed that consists of an independently scalable tier of HTTP servers that map the unified REST API to aggregate-oriented (NoSQL) data stores and extracts a wide range of DBaaS concerns in a modular, database-independent fashion at the middleware-level.