mxkernel: A Novel System Software Stack for Data Processing on Modern Hardware
Abstract
Emerging hardware platforms are characterized by large degrees of parallelism, complex memory hierarchies, and increasing hardware heterogeneity. Their theoretical peak data processing performance can only be unleashed if the different pieces of systems software collaborate much more closely and if their traditional dependencies and interfaces are redesigned. We have developed the key concepts and a prototype implementation of a novel system software stack named mxkernel . For MxKernel, efficient large scale data processing capabilities are a primary design goal. To achieve this, heterogeneity and parallelism become first-class citizens and deep memory hierarchies are considered from the very beginning. Instead of a classical “thread” model, mxkernel provides a simpler control flow abstraction: mxtasks model closed units of work, for which mxkernel will guarantee the required execution semantics, such exclusive access to a specific object in memory. They can be a very elegant abstraction also for heterogeneity and resource sharing. Furthermore, mxtasks are annotated with metadata, such as code variants (to support heterogeneity), memory access behavior (to improve cache efficiency and support memory hierarchies), or dependencies between mxtasks (to improve scheduling and avoid synchronization cost). With precisely the required metadata available, mxkernel can provide a lightweight, yet highly efficient form of resource management, even across applications, operating system, and database. Based on the mxkernel prototype we present preliminary results from this ambitious undertaking. We argue that threads are an ill-suited control flow abstraction for our modern computer architectures and that a task-based execution model is to be favored.
- Citation
- BibTeX
Mühlig, J., Müller, M., Spinczyk, O. & Teubner, J.,
(2020).
mxkernel: A Novel System Software Stack for Data Processing on Modern Hardware.
Datenbank-Spektrum: Vol. 20, No. 3.
Springer.
(S. 223-230).
DOI: 10.1007/s13222-020-00357-5
@article{mci/Mühlig2020,
author = {Mühlig, Jan AND Müller, Michael AND Spinczyk, Olaf AND Teubner, Jens},
title = {mxkernel: A Novel System Software Stack for Data Processing on Modern Hardware},
journal = {Datenbank-Spektrum},
volume = {20},
number = {3},
year = {2020},
,
pages = { 223-230 } ,
doi = { 10.1007/s13222-020-00357-5 }
}
author = {Mühlig, Jan AND Müller, Michael AND Spinczyk, Olaf AND Teubner, Jens},
title = {mxkernel: A Novel System Software Stack for Data Processing on Modern Hardware},
journal = {Datenbank-Spektrum},
volume = {20},
number = {3},
year = {2020},
,
pages = { 223-230 } ,
doi = { 10.1007/s13222-020-00357-5 }
}
Sollte hier kein Volltext (PDF) verlinkt sein, dann kann es sein, dass dieser aus verschiedenen Gruenden (z.B. Lizenzen oder Copyright) nur in einer anderen Digital Library verfuegbar ist. Versuchen Sie in diesem Fall einen Zugriff ueber die verlinkte DOI: 10.1007/s13222-020-00357-5
Haben Sie fehlerhafte Angaben entdeckt? Sagen Sie uns Bescheid: Send Feedback
More Info
ISSN: 1610-1995
xmlui.MetaDataDisplay.field.date: 2020
Content Type: Text/Journal Article