Document Store Database
A document store is a NoSQL database that stores data as self-contained documents — typically JSON, BSON, or XML — each holding nested fields and arrays, allowing flexible, schema-less or schema-optional structures addressed by a unique document ID.
6 resources across 1 library
Glossary Terms(6)
Column-Family Store
A column-family store is a type of NoSQL database that groups related columns into named 'column families' within a row, storing and retrieving data by row key…
Wide-Column Database
A wide-column database is a NoSQL database that stores data in tables where rows can have a very large and variable number of columns, organized into column fa…
Document Store Database
A document store is a NoSQL database that stores data as self-contained documents — typically JSON, BSON, or XML — each holding nested fields and arrays, allow…
OLTP (Online Transaction Processing)
OLTP (Online Transaction Processing) refers to database systems and workloads optimized for fast, high-volume execution of short, discrete transactions — typic…
Slowly Changing Dimension
A Slowly Changing Dimension (SCD) is a data warehousing technique for tracking and managing changes to dimension table attributes over time — such as a custome…
Multi-Tenancy (Database)
Multi-tenancy in databases refers to architectures where a single database (or database instance) serves multiple independent customers, or 'tenants,' while ke…