Tag: NoSQL
5 items found
Glossary Terms
Glossary
Graph Database
A graph database models entities as nodes and edges, making relationship-heavy queries fast and natural in NoSQL systems.
Glossary
MongoDB
MongoDB is a document-oriented NoSQL database using BSON documents, flexible schemas, indexes, replication, and horizontal scaling.
Glossary
NoSQL
NoSQL databases store data as documents, key-value pairs, wide columns, or graphs, prioritizing flexible schemas and horizontal scale.
Glossary
Redis
Redis is an in-memory key-value NoSQL system used for low-latency caching, queues, counters, and session data.
Glossary
Sharding
Sharding splits a large dataset into independent pieces called shards, distributing read and write load across multiple servers.