Neblux

Neblux Knowledge Graph

Database Systems

Database systems are organized frameworks for storing, querying, and managing structured or semi-structured data, ensuring consistency, durability, and efficient access at scale.

Type: Concept Domain: Technology Era: 1960 — present

Overview

The relational model, introduced by Edgar Codd in 1970, transformed data management by representing information as tables with formally defined integrity constraints and enabling declarative queries via structured query language. Relational database management systems proved foundational to business computing from the 1970s onward. Alongside relational systems, hierarchical and network models predated them, while document, key-value, column-family, and graph databases emerged in the 2000s to handle web-scale workloads. Transaction management centers on the ACID properties—atomicity, consistency, isolation, durability—which guarantee reliable operation even under failure. Query optimizers translate high-level SQL into efficient execution plans using cost models and index structures such as B-trees and hash indexes, applying algorithmic reasoning to minimize I/O and computation. The CAP theorem, proven around 2002, showed that distributed database systems cannot simultaneously guarantee consistency, availability, and partition tolerance.

Why it matters

Database systems are essential infrastructure powering nearly every significant software application, from banking and healthcare records to e-commerce and scientific data repositories. The advancement of analytical databases enabled large-scale business intelligence and, more recently, the data pipelines that feed machine-learning models. NoSQL systems made it practical to store and query petabytes of unstructured data across global engineering infrastructure. Research in database systems continues to drive advances in in-memory processing, streaming data platforms, and privacy-preserving query techniques relevant to medicine and social science.

What it builds on

Related concepts

Open this concept in the interactive graph →
EN