<div>HI All</div>
<div>In .install file, in hook_schema unction, we are mentioning index field and primary key field.</div>
<div> </div>
<div>I am wondering, how to choose which one should be index and which one should be primary key.</div>
<div>Does that affect the performance (in search, add, delete of records).</div>
<div> </div>
<div>What I am thinking at this point of time,  my database will contain job seekers name, mail-id, contact number, skill set (as comma separated values) and resume.</div>
<div> </div>
<div>For index purpose, I am thinking I will use &#39;$user-&gt;uid&#39; as Index and and &#39;name&#39; as primary key.</div>
<div> </div>
<div>I am bit confused how it it is going to affect search/add/delete time (assuming huge number of records in database) and also database management.</div>
<div> </div>
<div>Please guide me.</div>
<div> </div>
<div>Regards</div>
<div>Austin</div>