1,981 views
1 votes
1 votes

A file is organized so that the odering of data record is same as or close to the odering of data block in some index. Then that index is called

  • Dense
  • Sparse
  • Clustered
  • Unclustered

Solution given:

(b)
• In sparse index number of entries depends on number of data block in previous level.
• In dense index number of entries depends on number of data record in previous level.

Link:

https://gateoverflow.in/8222/gate2015-1_24

1 Answer

0 votes
0 votes
sparse: if an index created for some search key value

dense:if an index is created for every search key value

Related questions

0 votes
0 votes
0 answers
1
3 votes
3 votes
1 answer
2
Na462 asked Jan 26, 2019
1,883 views
1 votes
1 votes
1 answer
3
Na462 asked Jan 19, 2019
978 views
2 votes
2 votes
1 answer
4
Na462 asked Jun 29, 2018
676 views
Here the indexing is done on ordered field so which to use Dense or Sparse because both can be done here ?