Main Memory Management on Relational Database Systems

Main Memory Management on Relational Database Systems
Author: Pedro Mejia Alvarez,Marcelo Leon Ayala,Susana Ortega Cisneros
Publsiher: Springer Nature
Total Pages: 115
Release: 2022-09-13
Genre: Computers
ISBN: 9783031132957

Download Main Memory Management on Relational Database Systems Book in PDF, Epub and Kindle

This book provides basic knowledge about main memory management in relational databases as it is needed to support large-scale applications processed completely in memory. In business operations, real-time predictability and high speed is a must. Hence every opportunity must be exploited to improve performance, including reducing dependency on the hard disk, adding more memory to make more data resident in the memory, and even deploying an in-memory system where all data can be kept in memory. The book provides one chapter for each of the main related topics, i.e. the memory system, memory management, virtual memory, and databases and their memory systems, and it is complemented by a short survey of six commercial systems: TimesTen, MySQL, VoltDB, Hekaton, HyPer/ScyPer, and SAP HANA.

Main Memory Database Systems

Main Memory Database Systems
Author: Frans Faerber,Alfons Kemper,Per-Åke Larson,Justin Levandoski,Thomas Neumann
Publsiher: Foundations and Trends in Databases
Total Pages: 144
Release: 2017-07-20
Genre: Probabilistic databases
ISBN: 1680833243

Download Main Memory Database Systems Book in PDF, Epub and Kindle

With growing memory sizes and memory prices dropping by a factor of 10 every 5 years, data having a "primary home" in memory is now a reality. Main-memory databases eschew many of the traditional architectural pillars of relational database systems that optimized for disk-resident data. The result of these memory-optimized designs are systems that feature several innovative approaches to fundamental issues (e.g., concurrency control, query processing) that achieve orders of magnitude performance improvements over traditional designs. This monograph provides an overview of recent developments in main-memory database systems. It covers five main issues and architectural choices that need to be made when building a high performance main-memory optimized database: data organization and storage, indexing, concurrency control, durability and recovery techniques, and query processing and compilation. The monograph focuses on four commercial and research systems: H-Store/VoltDB, Hekaton, HyPer, and SAPHANA. These systems are diverse in their design choices and form a representative sample of the state of the art in main-memory database systems. It also covers other commercial and academic systems, along with current and future research trends.

A Study of the Interactions Between Operating System Memory Management and Database Buffer Management Strategies

A Study of the Interactions Between Operating System Memory Management and Database Buffer Management Strategies
Author: Kyongsok Kim
Publsiher: Unknown
Total Pages: 128
Release: 1988
Genre: Computer storage devices
ISBN: UIUC:30112121953704

Download A Study of the Interactions Between Operating System Memory Management and Database Buffer Management Strategies Book in PDF, Epub and Kindle

Main Memory Database Systems

Main Memory Database Systems
Author: Franz Faerber,Alfons Heinrich Kemper,Justin Levandoski,Thomas Neumann,Andrew Pavlo
Publsiher: Unknown
Total Pages: 130
Release: 2017
Genre: Computer storage devices
ISBN: 1680833251

Download Main Memory Database Systems Book in PDF, Epub and Kindle

This article provides an overview of recent developments in main-memory database systems. With growing memory sizes and memory prices dropping by a factor of 10 every 5 years, data having a "primary home" in memory is now a reality. Main-memory databases eschew many of the traditional architectural pillars of relational database systems that optimized for disk-resident data. The result of these memory-optimized designs are systems that feature several innovative approaches to fundamental issues (e.g., concurrency control, query processing) that achieve orders of magnitude performance improvements over traditional designs. Our survey covers five main issues and architectural choices that need to be made when building a high performance main-memory optimized database: data organization and storage, indexing, concurrency control, durability and recovery techniques, and query processing and compilation. We focus our survey on four commercial and research systems: H-Store/VoltDB, Hekaton, HyPer, and SAP HANA. These systems are diverse in their design choices and form a representative sample of the state of the art in main-memory database systems. We also cover other commercial and academic systems, along with current and future research trends.

Query Processing in Database Systems

Query Processing in Database Systems
Author: W. Kim,D.S. Reiner,Don Batory
Publsiher: Springer Science & Business Media
Total Pages: 367
Release: 2012-12-06
Genre: Computers
ISBN: 9783642823756

Download Query Processing in Database Systems Book in PDF, Epub and Kindle

This book is an anthology of the results of research and development in database query processing during the past decade. The relational model of data provided tremendous impetus for research into query processing. Since a relational query does not specify access paths to the stored data, the database management system (DBMS) must provide an intelligent query-processing subsystem which will evaluate a number of potentially efficient strategies for processing the query and select the one that optimizes a given performance measure. The degree of sophistication of this subsystem, often called the optimizer, critically affects the performance of the DBMS. Research into query processing thus started has taken off in several directions during the past decade. The emergence of research into distributed databases has enormously complicated the tasks of the optimizer. In a distributed environment, the database may be partitioned into horizontal or vertical fragments of relations. Replicas of the fragments may be stored in different sites of a network and even migrate to other sites. The measure of performance of a query in a distributed system must include the communication cost between sites. To minimize communication costs for-queries involving multiple relations across multiple sites, optimizers may also have to consider semi-join techniques.

SQLite Database System Design and Implementation First Edition

SQLite Database System  Design and Implementation  First Edition
Author: Sibsankar Haldar
Publsiher: Sibsankar Haldar
Total Pages: 286
Release: 2024
Genre: Electronic Book
ISBN: 9182736450XXX

Download SQLite Database System Design and Implementation First Edition Book in PDF, Epub and Kindle

A preliminary edition of this book was published from O'Reilly (ISBN 9780596550066). SQLite is a small, embeddable, SQL-based, relational database management system. It has been widely used in low- to medium-tier database applications, especially in embedded devices. This book provides a comprehensive description of SQLite database system. It describes design principles, engineering trade-offs, implementation issues, and operations of SQLite.

Building a Columnar Database on RAMCloud

Building a Columnar Database on RAMCloud
Author: Christian Tinnefeld
Publsiher: Springer
Total Pages: 130
Release: 2015-07-07
Genre: Computers
ISBN: 9783319207117

Download Building a Columnar Database on RAMCloud Book in PDF, Epub and Kindle

This book examines the field of parallel database management systems and illustrates the great variety of solutions based on a shared-storage or a shared-nothing architecture. Constantly dropping memory prices and the desire to operate with low-latency responses on large sets of data paved the way for main memory-based parallel database management systems. However, this area is currently dominated by the shared-nothing approach in order to preserve the in-memory performance advantage by processing data locally on each server. The main argument this book makes is that such an unilateral development will cease due to the combination of the following three trends: a) Today’s network technology features remote direct memory access (RDMA) and narrows the performance gap between accessing main memory on a server and of a remote server to and even below a single order of magnitude. b) Modern storage systems scale gracefully, are elastic and provide high-availability. c) A modern storage system such as Stanford’s RAM Cloud even keeps all data resident in the main memory. Exploiting these characteristics in the context of a main memory-based parallel database management system is desirable. The book demonstrates that the advent of RDMA-enabled network technology makes the creation of a parallel main memory DBMS based on a shared-storage approach feasible.

Spatial Indexing for Object Relational Databases

Spatial Indexing for Object Relational Databases
Author: Marco Pötke
Publsiher: Herbert Utz Verlag
Total Pages: 234
Release: 2001
Genre: Electronic Book
ISBN: 3831600430

Download Spatial Indexing for Object Relational Databases Book in PDF, Epub and Kindle