|
|
There are many reasons to index a field. Designating a field as an index can improve a table's performance. If you sort or search a table on a field, the task will often go faster if you designate the field as an index. Another reason for indexing is to prevent the entry of duplicate values.
|