Search

Search IconIcon to open search

Databases

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 08.10.2024, 11:24
modified 09.08.2025, 11:27
published Empty
sources Empty
topics Databases, Database Systems, Data Models, Polyglot Persistence
authors Empty
ai-assisted No

A database system is a software solution that enables storage, retrieval, and handling of the data entries. Each database system implements a Data model, which represents a set of concepts and rules that specify the architecture of a database.
The choice of data model depends heavily on the use case and specific properties of the data that is being stored. The approach of choosing the appropriate database based on the needs and requirements of the data and application is called Polyglot persistence.
There are many different databases designed for different Data and use cases.
All distributed system can only provide two out of three guarantees described in CAP Theorem.