Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the following multilevel index created ( on a primary key ) for the Twitter relation containing 1 billion ( 1 0 9 ) records:
Consider the following multilevel index created on a primary key for the Twitter relation
containing billion records:
Note that, inner index is a dense index while outer index is a sparse index. Inner index contains
an entry for each record of the relation. Outer index contains an entry for each block of the
inner index. Assume that index entries fit on a kilobyte block. The total memory size is
A How much space is required in GBs by the inner index?
B What is the number of blocks required to store the outer index?
C Is it possible to store the outer or inner index in memory? An index can be stored in memory
if the total memory size is larger than the index size.
D Consider a case where we store the outer index in memory. What is the total number of
block transfers required to fetch a desired record block into the memory?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started