154 views
1 votes
1 votes
Consider a file consist of 30000 fixed length record of size 100 bytes. Each disk block size is 1024 bytes and block pointer is 6 bytes.  A multilevel index on key field of 9 bytes is constructed.  Find out total no of block required to access a record by searching multilevel index?

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
1
Akshada Shinde asked Sep 28, 2017
159 views
Consider the following statement1. Second level index in multi level indexing will be always a primary index.2. All indexed files will be always ordered files.Which of a...
0 votes
0 votes
0 answers
2
Akshada Shinde asked Sep 28, 2017
130 views
Consider the B tree of order p. Find the maximum and minimum no of keys in a B tree of height h.
1 votes
1 votes
1 answer
4
manisha11 asked Jun 7, 2019
449 views
In case of B Trees we split a node on insertion in case of overflow,is there any possible case in which this may lead to underflow also? as a key is promoted to parent th...