hash index
常见例句
- This article uses a rather basic hash index as an example.
本文使用一个非常基本的 hash 索引作为例子。 - Forest of Trees indexes combine the advantages of a hash index with those of a traditional B+tree index when the first column of the index is not very selective.
如果索引的第一行不是有选择性的,Forest of Trees 索引结合一个 hash 索引和传统 B+tree 索引的优势。 - As before with the hash index, you need to define a key generator UDF, a range producer UDF, the index extension, and finally a UDF that exploits the index extension if possible.
与 hash 索引一样,这里需要定义一个键生成器 UDF、一个范围生成器 UDF、一个索引扩展以及一个利用索引扩展的 UDF。 返回 hash index