Brendan Ang

Search

Search IconIcon to open search

Multi Key Index

Last updated Nov 8, 2022 Edit Source

# Multi Key Indexes

Motivation: we want to be able to have efficient queries on multiple attributes SELECT * WHERE DEPT = "TOY" AND SAL > 50

# Geographic Data

Build index on y and ax iteratively until each partition contains at most 2 records:

# Grid Index

Issues:

# Partitioned Hash

Idea: combine the hash value of each key from hash index to form a single index.