edited by
1,066 views
4 votes
4 votes

If one block access time is 30ms,then what is the access time for 100 blocks index if we use binary search?

edited by

1 Answer

Best answer
8 votes
8 votes

since avg access time in binary search is log2N and here N=100 so it will be Log2100 =30x7 =210ms 

selected by

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
1 answer
2
vishnu777 asked Nov 8, 2022
411 views
Can anyone explain in detail about the concepts of sencondary indexing in dbms??
2 votes
2 votes
1 answer
4