Computer Science, asked by Sagar6647, 1 year ago

What Is The Key-value Store?

Answers

Answered by JayaChahal
0

A key-value store, or key-value database is a simple database that uses an associative array (think of a map or dictionary) as the fundamental data model where each key is associated with one and only one value in a collection. This relationship is referred to as a key-value pair.

Hope it helped you     :)

Similar questions