Article,

Data Structures for Data-Intensive Applications: Tradeoffs and Design Guidelines

, , and .
Foundations and Trends® in Databases, 13 (1-2): 1-168 (2023)
DOI: 10.1561/1900000059

Abstract

Key-value data structures constitute the core of any datadriven system. They provide the means to store, search, and modify data residing at various levels of the storage and memory hierarchy, from durable storage (spinning disks, solid state disks, and other non-volatile memories) to random access memory, caches, and registers. Designing efficient data structures for given workloads has long been a focus of research and practice in both academia and industry. This book outlines the underlying design dimensions of data structures and shows how they can be combined to support (or fail to support) various workloads. The book further shows how these design dimensions can lead to an understanding of the behavior of individual state-of-the-art data structures and their hybrids. Finally, this systematization of the design space and the accompanying guidelines will enable you to select the most fitting data structure or even to invent an entirely new data structure for a given workload.

Tags

Users

  • @tabularii
  • @dblp

Comments and Reviews