




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An in-depth comparison of three multidimensional linear hashing techniques: linear hashing with reversed bit interleaving (lhrbi), multidimensional extendible hashing (mdeh), and piecewise linear order preserving (plop). The principles, key points, and differences between these hashing methods, including quantile hashing and dynamic z hashing.
Typology: Study notes
1 / 112
This page cannot be seen from the preview
Don't miss anything!





























































































by B Brent Gordon CMSC 828S, Spring 2005
Intro Linear Hashing in general: Create one additional cell at a time May be based on Overflow of bucket or cell, or Storage Utilization Factor Linear Hashing in dimension d > 1 d -dimensional hypervolume is subdivided into d -dimensional cells Cells are linearly ordered, typically in order of creation Linear Hashing
The hashing function must map points in d -space to a unique cell/bucket number Intro 0 1 2 3 4 5 6 7 8 9 10 Buckets d -dimensional hypercube
Intro Total grid partition: number of cells is doubled (But cells have same shape as original only every d th total grid partition (tgp). Example d = 2. Number of cells = 2 Total grid partition 1 Cells are not square
Intro Total grid partition: number of cells is doubled (But cells have same shape as original only every d th total grid partition (tgp). Example d = 2. Number of cells = 4 Total grid partition 2 Cells are square
Intro Total grid partition: number of cells is doubled (But cells have same shape as original only every d th total grid partition (tgp). Example d = 2. Number of cells = 16 Total grid partition 4 Cells are square
Intro Bit Concatonation: (4, 3) 10 = ( 100 , 011 ) 2 ( 100011 ) 2 = (35) 10 y -first Bit Interleaving: (4, 3) 10 = ( 100 , 011 ) 2 ( 011010 ) 2 = (26) 10 y -first Reversed Bit Interleaving: (4, 3) 10 = ( 100 , 011 ) 2 ( 010110 ) 2 = (22) 10 (reverse the previous one)
LHRBI MAIN POINTS:
LHRBI The Specifics:
LHRBI
Key Points:
LHRBI
Key Points:
LHRBI
Key Points:
LHRBI
Key Points: