Table Hash Key的意思|示意
表哈希键
Table Hash Key的网络常见释义
表中项目的分区键值 ... Id (主键) 价格 Table Hash Key (表哈希键) — 表中项目的分区键值。 Table Range Key (表范围键) — 表中项目的排序键值。 ...
Table Hash Key相关例句
Instead, use an in memory hash table to cache the data and just keep a key to the data in the session.
相反地,应该使用内存中的哈希表来缓存数据,并且在会话中保存一个对此数据进行引用的键。
You can think of a hash table conceptually as a series of buckets, each with an address that is derived form the key value by applying the hash function.
可以在概念上将哈希表认为是一系列的 bucket,每个 bucket 所拥有的地址是通过应用哈希函数从键值导出的。
It's sometimes known as an associative array because data is associated with a key value, or as a hash table.
它有时候称为关联数组(因为数据与一个键值相关联),或者作为散列表。
Key-values Stores. The main idea here is using a hash table where there is a unique key and a pointer to a particular item of data.
KV存储的主要思想是一个哈希表,每个item有一个主键和特定的数据值。
One of the recommendations shown for the LINEITEM table is to change the hash partitioning key.
关于lineitem表的一个建议是更改hash分区键。
The next-fastest data structure is HashMap, followed by ThreadLocal (essentially, a specialized hash table in which the current thread is the key).
更慢一点儿的数据结构是HashMap,然后是ThreadLocal(这基本上是一个以当前线程作为键的特殊散列表)。