Noun
English Wikipedia has an article on:Key-value databaseWikipedia
key-value (plural key-values)
(computing, usually attributive) A pair consisting of a key (usually unique) and a value associated with the key.
A dictionary literal is a comma-separated list of key-value pairs, in which a colon separates each key from its associated value, surrounded by square brackets. Source: Internet
Ad-hoc variable for DataDog fetches all key-value pairs from tags, for example, region:east, region:west, and use it as queries tags. Source: Internet
Internally, M stores data in multidimensional hierarchical sparse arrays (also known as key-value nodes, sub-trees, or associative memory). Source: Internet
Because dictionaries offer key-value pairs for storing data, they can be important elements in your Python program. Source: Internet
At the key-value level, CockroachDB starts off with a single, empty range. Source: Internet
A policy configuration that uses string maps performs better than one that does string matching through policy expressions, and you need fewer policies to perform string matching with a large number of key-value pairs. Source: Internet