edited by
23,747 views
67 votes
67 votes

Consider a file of $16384$ records. Each record is $32\;\text{bytes}$ long and its key field is of size $6\;\text{bytes}$. The file is ordered on a non-key field, and the file organization is unspanned. The file is stored in a file system with block size $1024\;\text{bytes}$, and the size of a block pointer is $10\;\text{bytes}$. If the secondary index is built on the key field of the  file, and a multi-level index scheme is used to store the secondary index, the  number  of  first-level  and second-level  blocks  in  the  multi-level  index  are respectively

  1. $8$ and $0$
  2. $128$ and $6$
  3. $256$ and $4$
  4. $512$ and $5$
edited by

5 Answers

1 votes
1 votes

it's very simple..

Block size is 210 bytes and if you see option C .. it's 256 and 4 which is 2and 22 

So only option C satisfies ​​​​​​​​​​​​​​​.

Answer:

Related questions

33 votes
33 votes
4 answers
1
Kathleen asked Sep 11, 2014
13,953 views
A clustering index is defined on the fields which are of typenon-key and orderingnon-key and non-orderingkey and orderingkey and non-ordering