Given the set of SS-tables in LSM. And the hash functions H…
Given the set of SS-tables in LSM. And the hash functions H1(v), and H2(v) where v is a index key value as: H1(Alan) = 0 H2(Alan) = 3 H1(Bobby) = 2 H2(Bobby) = 5 H1(Cathy) = 6 H2(Cathy) = 3 H1(Paul) = 5 H2(Paul) = 5 H1(Zack) = 6 H2(Zack) = 0 H1(David) = 4 H2(David) = 8 H1(Eric) = 2 H2(Eric) = 2 H1(Fred) = 8 H2(Fred) = 3 H1(Harry) = 4 H2(Harry) = 3 H1(Owen) = 0 H2(Owen) = 2 Given B1 1 1 0 1 0 0 0 1 0 1 0 1 2 3 4 5 6 7 8 9 B2 0 1 0 1 1 0 1 1 0 1 0 1 2 3 4 5 6 7 8 9 The false positive will be occurred when searching which index key values?