What can you achieve by implementing reverse key index?
A.
Remove repeated key values from the index to fit more index entries in a given amount of disk space
B.
Prevent contention on the highest leaf block when using sequences to generate keys
C.
Reverse the bytes of each column indexed including the row ID
D.
Store a bitmap for each key value instead of a list of row IDs in the leaf node
Always a good job right here. Keep rolling on trohguh.
Hi, can you explain why this answer is correct and ohters are incorrect?
I choose B