The B_MASTER_REPOSITORY_ITEM
table contains all the repository records in the
EPIM database. The table has several indexes that improve system performance. But if
your repositories have thousands of records and you perform a lot of searches based on
the date and time a record was created, adding an index on the
B_MASTER_REPOSITORY_ITEM
table's CREATION_DATETIME
column may improve your search times. Note that each index you have on a table takes
processing time to maintain, so you will have to evaluate whether or not it makes sense
for you to add this index to your system.
To add an index for record creation datetimes:
- Open the following file in an editor:
<drive>:\Enterworks\EnableServer\DBUpgrade\EPIM_OptionalSQL.sql
- If you are not already logged into SSMS on the source environment, log in now as a user with administrator permissions.
- Open a new query on the EPIM database.
- Copy the script from the file:
to the query window.<drive>:\Enterworks\EnableServer\DBUpgrade\EPIM_OptionalSQL.sql
- Run the query.