filmov
tv
Key- Value Store
![preview_player](https://i.ytimg.com/vi/hyzBRSjrmEg/maxresdefault.jpg)
Показать описание
So the next one is I will be talking about some of the NoSQL stores, the behavior of the NoSQL stores and features of the NoSQL stores. So if you take a look at key value stores are primarily a big hash table, a big distributed hash table with unique key and also the pointer to the item of the data. So sometimes they also get accompanied by a cache so that we can get a better performance. Keys can be primitive types or objects so we can also have an object that is actually hash into a key.