You can rebuild indexes at any time to reflect any changes that you have made to primary keys, foreign keys, or alternate keys in your model.
Option |
Description |
---|---|
Primary key |
Rebuilds primary key indexes. The field displays the
naming convention for primary key indexes, which is by
default %TABLE%_PK. You can use the
following variables:
|
Other keys |
Rebuilds alternate key indexes. The field displays the naming convention for alternate key indexes, which is by default %AKEY%_AK. |
Foreign key indexes |
Rebuilds foreign key indexes. The field displays the
naming convention for foreign key indexes, which is by
default %REFR%_FK. You can use the
following variables:
|
Foreign key threshold |
Specifies the minimum number of estimated records in a table (specified in the Number field in the table property sheet) that are necessary before a foreign key index can be created. If the Number field is empty, foreign key indexes are generated. |
Mode |