Hash-based
Properties
tags
cscs/databases
created
04.11.2024, 09:15
modified
09.08.2025, 11:27
published
Empty
sources
Empty
topics
Hash-based Indexes, LSH, ANN Indexes
authors
Empty
ai-assisted
No
Learned Indexing in Vector Database Management Systems:
Hash-based methods transform the high dimensional vectors into the low dimensional hash signature. They do this by hashing the vectors multiple times. The main assumption of this type of methods is that similar data points will end up in the same hash buckets. This assumption is i n contrast to traditional hashing, where the main premise is to avoid bucket collisions. The need for bucket collisions heavily affects the choice of hash function.