Key-Value Store的意思|示意

美 / / 英 / /

键值存储


Key-Value Store的网络常见释义

键值存储 Redis是一款开源、高性能的键值存储(key-value store)数据库。它的键值可以包括字符串(strings)类型,同时它还包括哈希(hashes)、列表(lists)、集合(sets)等数据类型。

高性能键 Redis数据类型学习Redis是一款开源,高性能键-值存储(key-value store).它的键值可以包括字符串(strings)类型,同时它还包括哈希(hashes),列表(lists),集合(sets)等数据类型.

Key-Value Store相关短语

1、 Key-Value Store DB 数据库

Key-Value Store相关例句

HBase is a key value store akin to BigTable which stores data in Hadoop's DFS file system.

HBase是类似BigTable的键值存储模型,将数据存储于Hadoop的DFS文件系统。

You store information into memcached by supplying the key and the value, and recover the information by requesting the information by the specified key.

通过提供键和值来将信息存储到memcached内,通过按特定的键请求信息来恢复信息。

The B-tree would store the key value, followed by a list of pointers to each of the physical rows.

B-树将存储键值,以及一个指向每个物理行的指针列表。

When you store a value, the client determines the hash value from the key and the server used to store it.

当存储一个值时,客户机会从这个键确定出散列值以及它原来存储在哪个服务器上。

The problem with this approach is choosing which server to store your key/value pair on and how you determine which memcached server to talk to when you want to recover a value.

这个方法的问题是选择哪个服务器来储存键/值对,以及当想要重新获得一个值时,如何决定要与哪个 memcached 服务器对话。

The Entry type, which is used to store the key-value mapping, extends WeakReference, so when expungeStaleEntries() asks for the next expired weak reference, it gets back an Entry.

用于存储键-值映射的 Entry 类型扩展了 WeakReference,因此当 expungeStaleEntries() 要求下一个失效的弱引用时,它得到一个 Entry。