Nosql Glossary

Browse 2 nosql terms defined in plain English, from the cultural dictionary of computing.

2 Nosql Terms

Key-Value Store
A data store that associates each unique key with a value and retrieves data primarily by direct key lookup rather than relational joins or rich querying....
KV Store
A key-value store — a database or storage system that maps unique keys to arbitrary values, optimized for fast lookups, writes, and deletes by key. Examples...

Related Topics