1.

State true or false: The fanout of nodes can be increased by using a technique called _________(a) Prefix compression(b) Postfix compression(c) Prefix expansion(d) Postfix expansionThis question was addressed to me in semester exam.I need to ask this question from B+ trees topic in chapter Indexing and Hashing of RDBMS

Answer»

The CORRECT answer is (a) Prefix compression

Best explanation: The FANOUT of NODES can be increased by using a technique called prefix compression. In this, we do not store the entire value of the search key at the NODE. We only store the prefix of the search key.



Discussion

No Comment Found

Related InterviewSolutions