Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–5 of 5 results for author: Schuhknecht, F M

Searching in archive cs. Search in all archives.
.
  1. arXiv:1912.04820  [pdf, other

    cs.DB

    ChainifyDB: How to Blockchainify any Data Management System

    Authors: Felix Martin Schuhknecht, Ankur Sharma, Jens Dittrich, Divya Agrawal

    Abstract: Today's permissioned blockchain systems come in a stand-alone fashion and require the users to integrate yet another full-fledged transaction processing system into their already complex data management landscape. This seems odd as blockchains and traditional DBMSs share large parts of their processing stack. Thus, rather than replacing the established data systems altogether, we advocate to simpl… ▽ More

    Submitted 10 December, 2019; originally announced December 2019.

  2. arXiv:1810.13177  [pdf, other

    cs.DC

    How to Databasify a Blockchain: the Case of Hyperledger Fabric

    Authors: Ankur Sharma, Felix Martin Schuhknecht, Divya Agrawal, Jens Dittrich

    Abstract: Within the last few years, a countless number of blockchain systems have emerged on the market, each one claiming to revolutionize the way of distributed transaction processing in one way or the other. Many blockchain features, such as byzantine fault tolerance (BFT), are indeed valuable additions in modern environments. However, despite all the hype around the technology, many of the challenges t… ▽ More

    Submitted 31 October, 2018; originally announced October 2018.

  3. arXiv:1801.05643  [pdf, other

    cs.DB cs.AI

    The Case for Automatic Database Administration using Deep Reinforcement Learning

    Authors: Ankur Sharma, Felix Martin Schuhknecht, Jens Dittrich

    Abstract: Like any large software system, a full-fledged DBMS offers an overwhelming amount of configuration knobs. These range from static initialisation parameters like buffer sizes, degree of concurrency, or level of replication to complex runtime decisions like creating a secondary index on a particular column or reorganising the physical layout of the store. To simplify the configuration, industry grad… ▽ More

    Submitted 17 January, 2018; originally announced January 2018.

  4. arXiv:1709.04284  [pdf, other

    cs.DB

    Accelerating Analytical Processing in MVCC using Fine-Granular High-Frequency Virtual Snapshotting

    Authors: Ankur Sharma, Felix Martin Schuhknecht, Jens Dittrich

    Abstract: Efficient transactional management is a delicate task. As systems face transactions of inherently different types, ranging from point updates to long running analytical computations, it is hard to satisfy their individual requirements with a single processing component. Unfortunately, most systems nowadays rely on such a single component that implements its parallelism using multi-version concurre… ▽ More

    Submitted 13 September, 2017; originally announced September 2017.

  5. arXiv:1404.2034  [pdf, ps, other

    cs.DB

    Main Memory Adaptive Indexing for Multi-core Systems

    Authors: Victor Alvarez, Felix Martin Schuhknecht, Jens Dittrich, Stefan Richter

    Abstract: Adaptive indexing is a concept that considers index creation in databases as a by-product of query processing; as opposed to traditional full index creation where the indexing effort is performed up front before answering any queries. Adaptive indexing has received a considerable amount of attention, and several algorithms have been proposed over the past few years; including a recent experimental… ▽ More

    Submitted 8 April, 2014; originally announced April 2014.

    Comments: 26 pages, 7 figures

    ACM Class: H.2.4