retagged by
3,226 views

4 Answers

0 votes
0 votes

Primary clustering means that if there is a cluster and the initial position of a new record would fall anywhere in the cluster the cluster size increases. Linear probing leads to this type of clustering.

Secondary clustering is less severe, two records do only have the same collision chain if their initial position is the same. For example quadratic probing leads to this type of clustering.

0 votes
0 votes
linear probing suffers from both primary clustering and secondary clustering

many of places(like stackoverflow.. etc)  people are saying that linear probing suffers from primary clustering and quadratic probing suffers from secondary clustering.
0 votes
0 votes

B. Primary clustering ..

 

Linear probing is a term associated with hashing. Linear probing is a collision resolving technique in hashing. It suffers from a problem known as primary clustering.

Any chosen hash function should uniformly distribute the records across the given available address space but sometimes clusters appear.

If linear probing is used, it might spend a lot of time probing within the cluster instead of searching in the subsequent available space.

One more collision resolving technique is Quadratic probing. Again we might come across the same topic depending on the nature of question encountered in future....

Related questions

2 votes
2 votes
2 answers
1
makhdoom ghaya asked Sep 11, 2016
1,589 views
The basic concepts of ethics in information society is/areResponsibilityAccountabilityLiabilityAll of the above
1 votes
1 votes
1 answer
2
makhdoom ghaya asked Sep 11, 2016
2,490 views
E-Choupal refers toCalling meeting of Surpanches electronically.Conducting Panchayat meeting using latest electronic gadgets.Providing window of information to villagers ...
1 votes
1 votes
1 answer
4
makhdoom ghaya asked Sep 9, 2016
1,379 views
A data mart may containSummarised dataDe-normalized dataAggregate departmental dataAll of the above